Interface
RateLimitErrorBody
Rate limit error response body (includes retry_after).
Extends APIErrorBody
Properties
| Name | Type | Description |
|---|---|---|
| code | 'RATE_LIMITED' | Rate limit error code. |
| global? | boolean | Whether this is a global rate limit. |
| retry_after | number | Seconds to wait before retrying. |