# `Dsxir.Errors.LM.RateLimited`

Raised when the LM rejects a request due to rate limits, with optional retry_after.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.LM.RateLimited{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  model_id: term(),
  path: term(),
  retry_after: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Dsxir.Errors.LM.RateLimited` without raising it.

## Keys

- :model_id
- :retry_after

---

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