Gno.Store.UnavailableError exception (Gno v0.1.0)

Copy Markdown View Source

Raised when a store is unavailable for operations.

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

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

Functions

message(map)

Callback implementation for Exception.message/1.