Skip to main content

Class: abstract ArgumentScannerError

Abstract class that all internal argument scanner errors extend from.

Extends

  • InternalError

Extended by

Constructors

new ArgumentScannerError()

new ArgumentScannerError(message?): ArgumentScannerError

Parameters

message?: string

Returns

ArgumentScannerError

Inherited from

InternalError.constructor

Defined in

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

new ArgumentScannerError()

new ArgumentScannerError(message?, options?): ArgumentScannerError

Parameters

message?: string

options?: ErrorOptions

Returns

ArgumentScannerError

Inherited from

InternalError.constructor

Defined in

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

Properties

cause?

optional cause: unknown

Inherited from

InternalError.cause

Defined in

node_modules/typescript/lib/lib.es2022.error.d.ts:24


message

message: string

Inherited from

InternalError.message

Defined in

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


name

name: string

Inherited from

InternalError.name

Defined in

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


stack?

optional stack: string

Inherited from

InternalError.stack

Defined in

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