Returned when the requested feature was removed.

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

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "FeatureRemoved"

Error identifier.

message: string

Description of the feature that is removed.