Typescript SDK Type Docs
    Preparing search index...

    Interface TooManyRequestsError

    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 TooManyRequestsError {
        code: string;
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: string

    "TooManyRequests"

    message: string

    "You have made too many requests. Please try again later."