RATE_LIMITED
- HTTP status
- 429
- Details payload
{ retryAfterMs: number }
Cause
The caller exceeded the rate budget for this surface.
Fix
Back off for details.retryAfterMs and retry. The same value is on the Retry-After response header.
{ retryAfterMs: number }The caller exceeded the rate budget for this surface.
Back off for details.retryAfterMs and retry. The same value is on the Retry-After response header.