ValidationFailure
Defined in: failure.ts:106
Schema validation failure.
Extends
Section titled “Extends”BaseFailure
Properties
Section titled “Properties”issues
Section titled “issues”
readonlyissues: readonlyValidationIssue[]
Defined in: failure.ts:109
The validation issues from the schema
readonlykind:"validation"
Defined in: failure.ts:107
message
Section titled “message”
readonlymessage:string
Defined in: failure.ts:32
Human-readable error message
Inherited from
Section titled “Inherited from”BaseFailure.message
readonlynode:NodeId
Defined in: failure.ts:30
The AST node where the failure occurred
Inherited from
Section titled “Inherited from”BaseFailure.node