Redix v0.7.0 Redix.Error exception

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

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Types

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

Functions

exception(msg)

Callback implementation for Exception.exception/1.

message(exception)

Callback implementation for Exception.message/1.