View Source NebulexRedisAdapter.Error exception (NebulexRedisAdapter v2.3.0)

NebulexRedisAdapter error.

Link to this section Summary

Types

Error reason type

t()

Error type

Link to this section Types

@type reason() :: :atom | {:atom, term()}

Error reason type

@type t() :: %NebulexRedisAdapter.Error{
  __exception__: true,
  cache: atom(),
  reason: reason()
}

Error type

Link to this section Functions

Link to this function

format_error(arg1, cache)

View Source