Jido.Error.ExecutionError exception (Jido v2.0.0-rc.1)

View Source

Error for runtime execution failures.

Covers action execution and planning failures.

Fields

  • message - Human-readable error message
  • phase - Where failure occurred: :execution, :planning
  • details - Additional context

Summary

Types

t()

@type t() :: %Jido.Error.ExecutionError{
  __exception__: true,
  details: map(),
  message: String.t(),
  phase: :execution | :planning | nil
}