# `Reactor.Error.Invalid.RetriesExceededError`
[🔗](https://github.com/ash-project/reactor/blob/main/lib/reactor/error/invalid/retries_exceeded_error.ex/#L6)

This error is returned when a step attempts to retry more times that is
allowed.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Invalid.RetriesExceededError{
  __exception__: term(),
  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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
