View Source Redix.Error exception (Redix v1.5.2)
Error returned by Redis.
This exception represents semantic errors returned by Redis: for example,
non-existing commands or operations on keys with the wrong type (INCR not_an_integer
).
Summary
Types
@type t() :: %Redix.Error{__exception__: true, message: binary()}
The type for this exception struct.