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

    Interface BadGatewayError

    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 BadGatewayError {
        code: "BadGateway";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "BadGateway"

    Error identifier.

    message: string

    Plain text description of the error.