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

    Interface GraphQLReferenceExistsError

    Returned when a resource cannot be deleted because it is being referenced by another resource.

    interface GraphQLReferenceExistsError {
        code: "ReferenceExists";
        referencedBy?: ReferenceTypeId;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ReferenceExists"

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

    referencedBy?: ReferenceTypeId

    Type of referenced resource.