JsonFailure
JsonFailure =
object
Defined in: json/json-node.ts:15
A failure during JSON traversal or extraction. Unlike the execution Failure type, this includes the JSON path rather than a NodeId since JsonNode operates outside of plan execution.
Properties
Section titled “Properties”
readonlykind:FailureKind
Defined in: json/json-node.ts:16
message
Section titled “message”
readonlymessage:string
Defined in: json/json-node.ts:17
readonlypath:JsonPath
Defined in: json/json-node.ts:18