Skip to content

ParseErrorResult

Defined in: src/runtime/diagnostics.ts:89

No interpretation matched the input.

code: "PARSE_ERROR"

Defined in: src/runtime/diagnostics.ts:90


message: string

Defined in: src/runtime/diagnostics.ts:91


position: number

Defined in: src/runtime/diagnostics.ts:93

0-based offset into the input


expected: readonly string[]

Defined in: src/runtime/diagnostics.ts:95

Token descriptions that would have been valid at position


found: string

Defined in: src/runtime/diagnostics.ts:97

The next few characters at position