Typescript SDK Type Docs
    Preparing search index...

    Interface GraphQLTooManyRequestsError

    Returned when the Query Records request exceeds the rate limit.

    Reduce the date range and resource types in your query to minimize the token usage, or retry the request after some time (indicated in the `Retry-After` header).
    
    interface GraphQLTooManyRequestsError {
        code: "TooManyRequests";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "TooManyRequests"

    One of the error codes that is listed on the Errors page.