Errors
rate_limited
The client has sent too many requests in the current window.
rate_limited means the request was rejected because the caller exceeded a rate or concurrency limit.
Recovery guidance
Wait before retrying and use exponential backoff. Reduce concurrency, batch requests where supported, and preserve requestId if the limit appears incorrect.