Hierarchy

  • JOSEError
    • ICTInvalid

Constructors

Properties

cause?: unknown
code: string

A unique error code for the particular error subclass.

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Accessors

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function
      Optional

    Returns void

Generated using TypeDoc