#
Class: ValidationError#
Hierarchy↳ ValidationError
#
Index#
Constructors#
Properties#
Constructors#
constructor+ new ValidationError(options
: ValidationErrorOptions): ValidationError
Defined in packages/generate/src/error.ts:61
#
Parameters:Name | Type |
---|---|
options | ValidationErrorOptions |
Returns: ValidationError
#
Properties#
cause• Readonly
cause: Error
Defined in packages/generate/src/error.ts:60
#
component• Readonly
component: unknown
Defined in packages/generate/src/error.ts:61
#
index• Readonly
index: number[]
Defined in packages/generate/src/error.ts:59
#
message• message: string
Inherited from CLIError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
#
name• name: string
Inherited from ValidationError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
#
path• Readonly
path: string
Defined in packages/generate/src/error.ts:58
#
stack• Optional
stack: undefined | string
Defined in node_modules/typescript/lib/lib.es5.d.ts:975
#
Errorâ–ª Static
Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984