Rambla v0.1.0 Rambla.Exception View Source
Base type for all the Rambla
exceptions.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %{reason: any(), source: atom(), cause: Rambla.Exception.t() | nil}
Rambla
exception contains:
reason
the string describing the error in human-readable formsource
usually the type/action this error is originated frominfo
free-style map containig additional information (not displayed by default)