Class: ValidationError#

Hierarchy#

  • Error

    ↳ ValidationError

Index#

Constructors#

Properties#

Constructors#

constructor#

+ new ValidationError(options: ValidationErrorOptions): ValidationError

Defined in packages/generate/src/error.ts:61

Parameters:#

NameType
optionsValidationErrorOptions

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

Inherited from CLIError.stack

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