#
Class: ValidationError#
Hierarchy↳ ValidationError
#
Index#
Constructors#
Properties#
Constructors#
constructor+ new ValidationError(errors
: ErrorObject[]): ValidationError
Defined in packages/config/src/validate.ts:11
#
Parameters:Name | Type |
---|---|
errors | ErrorObject[] |
Returns: ValidationError
#
Properties#
errors• Readonly
errors: ErrorObject[]
Defined in packages/config/src/validate.ts:12
#
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
#
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