Skip to main content

exiterror

@listenai/lisa_core / Exports / ExitError

Class: ExitError

Hierarchy#

  • Error

    ExitError

Table of contents#

Constructors#

Properties#

Methods#

Constructors#

constructor#

new ExitError(status, error?)

Parameters#

NameType
statusnumber
error?Error

Overrides#

Error.constructor

Defined in#

node_modules/cli-ux/lib/exit.d.ts:6

Properties#

cli-ux#

cli-ux: Object

Type declaration#

NameType
exitnumber

Defined in#

node_modules/cli-ux/lib/exit.d.ts:1


code#

code: "EEXIT"

Defined in#

node_modules/cli-ux/lib/exit.d.ts:5


error#

Optional error: Error

Defined in#

node_modules/cli-ux/lib/exit.d.ts:6


message#

message: string

Inherited from#

Error.message

Defined in#

node_modules/typescript/lib/lib.es5.d.ts:974


name#

name: string

Inherited from#

Error.name

Defined in#

node_modules/typescript/lib/lib.es5.d.ts:973


stack#

Optional stack: string

Inherited from#

Error.stack

Defined in#

node_modules/typescript/lib/lib.es5.d.ts:975


prepareStackTrace#

Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Type declaration#

▸ (err, stackTraces): any

Optional override for formatting stack traces

Parameters#
NameType
errError
stackTracesCallSite[]
Returns#

any

Inherited from#

Error.prepareStackTrace

Defined in#

node_modules/@types/node/globals.d.ts:11


stackTraceLimit#

Static stackTraceLimit: number

Inherited from#

Error.stackTraceLimit

Defined in#

node_modules/@types/node/globals.d.ts:13

Methods#

captureStackTrace#

Static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters#

NameType
targetObjectobject
constructorOpt?Function

Returns#

void

Inherited from#

Error.captureStackTrace

Defined in#

node_modules/@types/node/globals.d.ts:4

  • 没帮助 0