ConstraintFailure
Defined in: failure.ts:71
A constraint was violated.
Extends
Section titled “Extends”BaseFailure
Properties
Section titled “Properties”constraint
Section titled “constraint”
readonlyconstraint:string
Defined in: failure.ts:76
Description of the constraint (e.g., ‘gte(0)’, ‘maxLength(10)‘)
readonlykind:"constraint"
Defined in: failure.ts:72
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
readonlypath:JsonPath
Defined in: failure.ts:74
Path where the constraint failed
readonlyvalue:unknown
Defined in: failure.ts:78
The value that failed the constraint