APIError429AllOf

interface APIError429AllOf {
    code: TooManyRequestsError;
    details: null | object;
}

Properties

Properties

Error Code

APIError429AllOf

details: null | object

Additional details to help resolve the error

APIError429AllOf