RateLimitError
error objectrequired
codestringrequired
Machine-readable error code
Possible values: [RATE_LIMIT_EXCEEDED]
Example:
INVALID_REQUESTmessagestringrequired
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:
60property name*any
Additional error details specific to the error type
Example:
{"field":"id","value":"invalid-uri"}requestIdstring<uuid>
Unique identifier for this request, useful for debugging
Example:
550e8400-e29b-41d4-a716-446655440000RateLimitError
{
"error": {
"code": "INVALID_REQUEST",
"message": "Rate limit exceeded. Please retry after the specified time.",
"details": {
"field": "id",
"value": "invalid-uri"
},
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}
}