interface InsufficientScopeError {
    code: "insufficient_scope";
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "insufficient_scope"
message: string

Plain text description of the cause of the error.

Generated using TypeDoc