View Source Rambla.Exception (Rambla v1.2.5)

Base type for all the Rambla exceptions.

Summary

Types

t()

Rambla exception contains

Types

@type 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)