The request requires higher privileges than provided by the access token.

Hierarchy

Constructors

Properties

code: string = 'insufficient_scope'
headers: {
    WWW-Authenticate: string;
} = ...

Type declaration

  • WWW-Authenticate: string
message: string
name: string
stack?: string
status: number = 403
statusCode: number = 403
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void