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

NebulexRedisAdapter error.

Summary

Types

Error reason type

t()

Error type

Types

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

Error reason type

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

Error type

Functions

Link to this function

format_error(arg1, cache)

View Source