Jidoka.Error.ExecutionError exception (Jidoka v0.8.0-beta.1)

Copy Markdown View Source

Jidoka runtime execution error.

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Jidoka.Error.ExecutionError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  details: term(),
  message: term(),
  path: term(),
  phase: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Jidoka.Error.ExecutionError without raising it.

Keys

  • :message
  • :phase
  • :details