Skip to content

FormatFailure

Defined in: failure.ts:62

Malformed data that couldn’t be parsed.

  • BaseFailure

readonly kind: "format"

Defined in: failure.ts:63


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 optional path: JsonPath

Defined in: failure.ts:65

Path context, if available