Reactor.Error.Invalid.RunStepError exception (reactor v0.14.0)

View Source

This error is returned when an error occurs during step execution.

Its error key will contain the error that was raised or returned by the c:Step.run/3 callback.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Invalid.RunStepError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  error: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  step: term(),
  vars: term()
}

Create an Elixir.Reactor.Error.Invalid.RunStepError without raising it.

Keys

  • :error
  • :step