Reactor.Error.Invalid.RunStepError exception
(reactor v1.0.2)
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
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