Class UserInfoError

Hierarchy

  • Error
    • UserInfoError

Constructors

  • Parameters

    • error: string
    • error_description: string
    • statusCode: number
    • body: string
    • headers: Headers

    Returns UserInfoError

Properties

body: string
error: string
error_description: string
headers: Headers
message: string
name: "UserInfoError" = ...
stack?: string
statusCode: number
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void