429 application/problem+json
application/problem+json. Branch on type (a stable URI), not on title
or detail (human-readable, may change).
When it occurs
A request-rate ceiling was hit. Quota exhaustion normally returns the specificmonthly-requests-quota-exceeded / daily-requests-quota-exceeded codes; this generic variant is the fallback shape.
How to fix
Respect theRetry-After header and back off. See Rate limits.
Retryable — retry with exponential backoff (respect Retry-After on 429/503).
See the full error catalog for the response shape and retry matrix.
Every response carries an x-request-id header — include it in any support request.