RedixCluster v1.2.0 RedixCluster.Error exception View Source

RedixCluster.Error

All errors that are returned by the RedixCluster package.

Link to this section Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Types

Link to this type t() View Source
t() ::
  %RedixCluster.Error{__exception__: term(), message: binary()}
  | %Redix.Error{__exception__: term(), message: binary()}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.