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

    Interface GraphQLExtensionDependencyExistsError

    Returned when attempting to delete an Extension that is a prerequisite for other Extensions.

    interface GraphQLExtensionDependencyExistsError {
        code: "ExtensionDependencyExists";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

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

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