antikythera v0.2.0 Antikythera.ErrorReason View Source

Type module for error that describes what went wrong during a process execution.

Link to this section Summary

Link to this section Types

Link to this type gear_action_error_reason() View Source
gear_action_error_reason() :: t() | :timeout_in_epool_checkout
Link to this type stack_item() View Source
stack_item() :: {module(), atom(), arity() | [any()], [file: charlist(), line: pos_integer()]}
Link to this type stacktrace() View Source
stacktrace() :: [stack_item()]
Link to this type t() View Source
t() ::
  {:error, Exception.t()} |
  {:throw, any()} |
  {:exit, any()} |
  :timeout |
  :killed

Link to this section Functions