Reactor.Error.Invalid.RetriesExceededError exception (reactor v0.15.0)
View SourceThis error is returned when a step attempts to retry more times that is allowed.
Summary
Functions
Create an Elixir.Reactor.Error.Invalid.RetriesExceededError
without raising it.
Functions
@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Invalid.RetriesExceededError{ __exception__: true, bread_crumbs: term(), class: term(), path: term(), retry_count: term(), splode: term(), stacktrace: term(), step: term(), vars: term() }
Create an Elixir.Reactor.Error.Invalid.RetriesExceededError
without raising it.
Keys
- :retry_count
- :step