Skip to content

MissingFailure

Defined in: failure.ts:38

A path doesn’t exist in the data.

  • BaseFailure

readonly key: string | number

Defined in: failure.ts:43

The missing key or index


readonly kind: "missing"

Defined in: failure.ts:39


readonly message: string

Defined in: failure.ts:32

Human-readable error message

BaseFailure.message


readonly node: NodeId

Defined in: failure.ts:30

The AST node where the failure occurred

BaseFailure.node


readonly path: JsonPath

Defined in: failure.ts:41

Path where the access failed