Returned when the requested feature was removed.

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

Indexable

[key: string]: any

Properties

Properties

code: "FeatureRemoved"
message: string

Description of the feature that is removed.

Generated using TypeDoc