The request is missing a required parameter, includes an unsupported parameter or parameter value, repeats the same parameter, uses more than one method for including an access token, or is otherwise malformed.

Hierarchy

Constructors

Properties

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

Type declaration

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void