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

    Interface LockedFieldError

    Returned when two Customers are simultaneously created or updated with the same email address.

    To confirm if the operation was successful, repeat the request.
    
    interface LockedFieldError {
        code: "LockedField";
        field: string;
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index
    code: "LockedField"

    Error identifier.

    field: string

    Field that is currently locked.

    message: string

    "'$field' is locked by another request. Please try again later."