View Source Chaperon.Action.Error exception (chaperon v0.3.1)

Module for errors related to any Chaperon.Actionable.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

@type t() :: %Chaperon.Action.Error{
  __exception__: true,
  action: Chaperon.Actionable,
  reason: any(),
  session: Chaperon.Session.t()
}

Link to this section Functions

Callback implementation for Exception.message/1.