toggle menu
KTreeSitter
0.24.0
common
switch theme
search in API
KTreeSitter
/
io.github.treesitter.ktreesitter
/
QueryError
/
Field
Field
class
Field
(
row
:
UInt
,
column
:
UInt
,
field
:
String
)
:
QueryError
(
source
)
A field name error.
Members
Constructors
Field
Link copied to clipboard
constructor
(
row
:
UInt
,
column
:
UInt
,
field
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String