Reactor.Error.Invalid.CompensateStepError exception
(reactor v1.0.2)
View Source
This error is returned when an error occurs during step compensation.
Its error key will contain the error that was raised or returned by the
c:Step.compensate/4 callback.
Summary
Functions
Create an Elixir.Reactor.Error.Invalid.CompensateStepError without raising it.
Functions
@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Invalid.CompensateStepError{ __exception__: true, bread_crumbs: term(), class: term(), error: term(), path: term(), reactor: term(), splode: term(), stacktrace: term(), step: term(), vars: term() }
Create an Elixir.Reactor.Error.Invalid.CompensateStepError without raising it.
Keys
- :error
- :reactor
- :step