Interface
RateLimitErrorBody
Rate limit error response body (includes retry_after).
Extends APIErrorBody
Properties
code
: 'RATE_LIMITED'Rate limit error code.
global
?: booleanWhether this is a global rate limit.
retry_after
: numberSeconds to wait before retrying.