KTreeSitter
Toggle table of contents
0.25.0
common
Target filter
common
Switch theme
Search in API
Skip to content
KTreeSitter
KTreeSitter
/
io.github.treesitter.ktreesitter
/
QueryError
/
Predicate
Predicate
class
Predicate
(
row
:
UInt
,
details
:
String
,
val
cause
:
Throwable
?
=
null
)
:
QueryError
(
source
)
A query predicate error.
Members
Constructors
Predicate
Link copied to clipboard
constructor
(
row
:
UInt
,
details
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String