Errors
Rate limited
Too many requests in the window. The response carries a Retry-After header.
- Code
- RATE_LIMITED
- HTTP status
- 429
- Type
- https://myna.sh/errors/rate-limited
What to do
Wait for Retry-After and retry. The SDK already does this for safe reads and for mutations carrying an idempotency key, with exponential backoff.
application/problem+json
{ "type": "https://myna.sh/errors/rate-limited", "title": "Rate limited", "status": 429, "code": "RATE_LIMITED", "detail": "A human-readable explanation of this particular occurrence.", "requestId": "req_01k…" }
