Flux Redis v0.0.1 FluxRedis.Error exception View Source

Link to this section Summary

Link to this section Types

Link to this type

format_options()

View Source
format_options() :: :elixir | :python
Link to this type

metadata()

View Source
metadata() :: keyword()
Link to this type

t()

View Source
t() :: %FluxRedis.Error{__exception__: term(), metadata: map(), reason: atom()}

Link to this section Functions

Link to this function

build(reason, metadata \\ [])

View Source
build(reason(), metadata()) :: FluxRedis.Error.t()

Callback implementation for Exception.message/1.

Link to this function

message_raw(error, opts \\ [])

View Source
message_raw(FluxRedis.Error.t(), opts()) :: String.t()