Typescript SDK Type Docs
    Preparing search index...

    Interface GraphQLOverCapacityError

    Returned when the service is having trouble handling the load.

    The client application should retry the request with exponential backoff up to a point where further delay is unacceptable.
    
    interface GraphQLOverCapacityError {
        code: "OverCapacity";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "OverCapacity"

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