Returned when the Project-specific category recommendations feature is not enabled for the Project.

interface GraphQLNotEnabledError {
    code: "NotEnabled";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "NotEnabled"

Generated using TypeDoc