Class: ValidationFailedError<T>
Extends
AggregateError
Type Parameters
• T
Constructors
new ValidationFailedError()
new ValidationFailedError<
T
>(errors
,message
,partialArgV
):ValidationFailedError
<T
>
Parameters
• errors: Error
[]
• message: string
• partialArgV: Partial
<T
>
Returns
Overrides
AggregateError.constructor
Defined in
packages/parser/src/lib/parser.ts:655
Properties
cause?
optional
cause:unknown
Inherited from
AggregateError.cause
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:24
errors
errors:
any
[]
Inherited from
AggregateError.errors
Defined in
node_modules/typescript/lib/lib.es2021.promise.d.ts:20
message
message:
string
Inherited from
AggregateError.message
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1077
name
name:
string
Inherited from
AggregateError.name
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1076
partialArgV
partialArgV:
Partial
<T
>
Defined in
packages/parser/src/lib/parser.ts:658
stack?
optional
stack:string
Inherited from
AggregateError.stack
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1078