Rambla.Exception (Rambla v0.14.2) View Source

Base type for all the Rambla exceptions.

Link to this section Summary

Types

t()

Rambla exception contains

Link to this section Types

Specs

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)