Redix v0.4.0 Redix.Error exception

Error returned by Redis.

Summary

Types

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

Functions

exception(msg)

Specs

exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t
message(exception)

Specs

message(Exception.t) :: String.t