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

    Interface GraphQLConcurrentModificationError

    Returned when the request conflicts with the current state of the involved resources. Typically, the request attempts to modify a resource that is out of date (that is modified by another client since it was last retrieved). The client application should resolve the conflict (with or without involving the end user) before retrying the request.

    interface GraphQLConcurrentModificationError {
        code: "ConcurrentModification";
        currentVersion?: number;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    code: "ConcurrentModification"

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

    currentVersion?: number

    Current version of the resource.