Class UpdatesError

General error class

Hierarchy (view full)

Constructors

Properties

cause?: Error

Error cause

code: string | number

Error code

message: string
name: string
stack: string

Error stack

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

Optional override for formatting stack traces

Type declaration

stackTraceLimit: number

Accessors

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc