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

    Interface GraphQLFeatureRemovedError

    Returned when the requested feature was removed.

    interface GraphQLFeatureRemovedError {
        code: "FeatureRemoved";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "FeatureRemoved"

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