Reactor.Error.Invalid.RunStepError exception (reactor v0.14.0)
View SourceThis 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
Create an Elixir.Reactor.Error.Invalid.RunStepError
without raising it.
Functions
@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