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

    Interface GraphQLInvalidOperationError

    Returned when the resources involved in the request are not in a valid state for the operation.

    The client application should validate the constraints described in the error message before sending the request.
    
    interface GraphQLInvalidOperationError {
        code: "InvalidOperation";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "InvalidOperation"

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