@gradientedge/commercetools-utils
    Preparing search index...

    Interface GraphQLBadGatewayError

    Returned when a server-side problem is caused by scaling infrastructure resources.

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "BadGateway"

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