Class: abstract ArgumentScannerError
Abstract class that all internal argument scanner errors extend from.
Extends
InternalError
Extended by
AliasNotFoundErrorArgumentParseErrorEnumValidationErrorFlagNotFoundErrorInvalidNegatedFlagSyntaxErrorUnexpectedFlagErrorUnexpectedPositionalErrorUnsatisfiedFlagErrorUnsatisfiedPositionalError
Constructors
new ArgumentScannerError()
new ArgumentScannerError(
message?):ArgumentScannerError
Parameters
• message?: string
Returns
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
Inherited from
InternalError.constructor
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1082
Properties
cause?
optionalcause: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?
optionalstack:string
Inherited from
InternalError.stack
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1078