Redix.Error exception (Redix v1.1.5) 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

Specs

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