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

    Interface FeatureRemovedError

    Returned when the requested feature was removed.

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "FeatureRemoved"

    Error identifier.

    message: string

    Description of the feature that is removed.