View Source Redix.Error exception (Redix v1.4.1)

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

t()

The type for this exception struct.

Types

@type t() :: %Redix.Error{__exception__: true, message: binary()}

The type for this exception struct.