Skip to content

SourcePosition

Defined in: packages/aip/src/filtering/errors.ts:52

A source location within a filter string.

column: number

Defined in: packages/aip/src/filtering/errors.ts:60

0-based column within the line.


optional exprId?: bigint

Defined in: packages/aip/src/filtering/errors.ts:62

The expression node id associated with this position, when available.


line: number

Defined in: packages/aip/src/filtering/errors.ts:58

1-based line number. Use -1 for errors with no meaningful position.


location: string

Defined in: packages/aip/src/filtering/errors.ts:54

The location label from SourceInfo (e.g. "").


offset: number

Defined in: packages/aip/src/filtering/errors.ts:56

Byte offset of the relevant token within the source string.