Interface

RateLimitErrorBody

Rate limit error response body (includes retry_after).

Extends APIErrorBody

Properties

NameTypeDescription
code'RATE_LIMITED'Rate limit error code.
global?booleanWhether this is a global rate limit.
retry_afternumberSeconds to wait before retrying.