Class KushkiError

KushkiError Generic captured error.

Hierarchy

  • Error
    • KushkiError

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Constructors

Properties

code: string
detail: null | string
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Generated using TypeDoc