Redix v1.0.0 Redix.Error exception View Source

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).

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Redix.Error{__exception__: term(), message: binary()}