Skip to content

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.

readonly kind: FailureKind

Defined in: json/json-node.ts:16


readonly message: string

Defined in: json/json-node.ts:17


readonly path: JsonPath

Defined in: json/json-node.ts:18