Hierarchy

  • Error
    • PassportError

Constructors

  • Parameters

    • message: string
    • type: PassportErrorType

    Returns passport.PassportError

Properties

prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number
type: PassportErrorType
name: string
message: string
stack?: string
cause?: unknown

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc