SourcePosition
Defined in: packages/aip/src/filtering/errors.ts:52
A source location within a filter string.
Properties
Section titled “Properties”column
Section titled “column”column:
number
Defined in: packages/aip/src/filtering/errors.ts:60
0-based column within the line.
exprId?
Section titled “exprId?”
optionalexprId?: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
Section titled “location”location:
string
Defined in: packages/aip/src/filtering/errors.ts:54
The location label from SourceInfo (e.g. "").
offset
Section titled “offset”offset:
number
Defined in: packages/aip/src/filtering/errors.ts:56
Byte offset of the relevant token within the source string.