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

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

Indexable

[key: string]: any

Properties

Properties

code: "NotEnabled"
message: string

"The category recommendations API is not yet enabled for your project."

Generated using TypeDoc