Skip to main content

RateLimitError

error objectrequired
codestringrequired

Possible values: [RATE_LIMIT_EXCEEDED]

messagestringrequired

Human-readable error message

Example: Rate limit exceeded. Please retry after the specified time.
details object

Additional error details specific to the error type

retryAfterinteger

Number of seconds to wait before retrying

Example: 60
requestIdstring<uuid>

Unique identifier for this request, useful for debugging

Example: 550e8400-e29b-41d4-a716-446655440000
RateLimitError
{
"error": {
"code": "RATE_LIMIT_EXCEEDED",
"message": "Rate limit exceeded. Please retry after the specified time.",
"details": {
"retryAfter": 60
},
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}
}