Rambla v0.7.0 Rambla.Exception View Source

Base type for all the Rambla exceptions.

Link to this section Summary

Types

t()

Rambla exception contains

Link to this section Types

Link to this type

t()

View Source
t() :: %{reason: any(), source: atom(), cause: t() | nil}

Rambla exception contains:

  • reason the string describing the error in human-readable form
  • source usually the type/action this error is originated from
  • info free-style map containig additional information (not displayed by default)