Raised when a store is unavailable for operations.
Summary
Functions
Callback implementation for Exception.message/1.
Types
@type t() :: %Gno.Store.UnavailableError{ __exception__: true, endpoint: String.t() | nil, error: term() | nil, reason: any(), store: Gno.Store.t() }
Functions
Callback implementation for Exception.message/1.