MissingFailure
Defined in: failure.ts:38
A path doesn’t exist in the data.
Extends
Section titled “Extends”BaseFailure
Properties
Section titled “Properties”
readonlykey:string|number
Defined in: failure.ts:43
The missing key or index
readonlykind:"missing"
Defined in: failure.ts:39
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:41
Path where the access failed