API error type
Too Many Requests
HTTP 429 · https://errors.driftstack.dev/rate-limited
What it means
You exceeded the request rate limit for this endpoint class.
How to fix it
Honour the `Retry-After` header and back off. The SDKs retry this automatically with exponential backoff.
Where it appears
In the type field of the RFC 9457 application/problem+json error body, alongside title, status, detail, and an instance correlation id.