# `Gno.Store.UnavailableError`
[🔗](https://github.com/rdf-elixir/gno/blob/v0.1.0/lib/gno/exceptions.ex#L111)

Raised when a store is unavailable for operations.

# `t`

```elixir
@type t() :: %Gno.Store.UnavailableError{
  __exception__: true,
  endpoint: String.t() | nil,
  error: term() | nil,
  reason: any(),
  store: Gno.Store.t()
}
```

# `message`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
