Arrea.Error (Arrea v1.0.0)

Copy Markdown View Source

Error returned by the Arrea engine.

Fields

  • code — Atom identifying the error type (e.g. :engine_failure, :process_exited, :parallel_failure)
  • message — Human-readable error description

Summary

Types

t()

@type t() :: %Arrea.Error{code: atom(), message: String.t()}