# rate_limited

> Too many requests

- HTTP status: 429
- Problem Details type: https://api.inleed.com/errors/rate_limited

## What happened

The token exceeded its request budget. The response carries `Retry-After`.

## What to do

Wait for `Retry-After` seconds. Do not retry in a tight loop.

