Reactor.Error.Invalid.UndoRetriesExceededError exception (reactor v0.15.0)

View Source

An error used when a step runs out of retry events and no other error is thrown.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) ::
  %Reactor.Error.Invalid.UndoRetriesExceededError{
    __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.UndoRetriesExceededError without raising it.

Keys

  • :step
  • :retry_count