FerricStore.Error exception (ferricstore_sdk v0.4.2)

Copy Markdown View Source

Raised when FerricStore returns a protocol or command error.

Summary

Types

t()

@type t() :: %FerricStore.Error{
  __exception__: term(),
  message: binary(),
  raw: term(),
  status: atom() | nil
}