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

    Interface GraphQLPendingOperationError

    Returned when a previous conflicting operation is still pending and needs to finish before the request can succeed.

    The client application should retry the request with exponential backoff up to a point where further delay is unacceptable.
    If the error persists, report it to the [Composable Commerce support team](https://support.commercetools.com).
    
    interface GraphQLPendingOperationError {
        code: "PendingOperation";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "PendingOperation"

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