Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
indexer
/
com.midnight.kuira.core.indexer.websocket
/
ErrorLocation
Error
Location
@
Serializable
data
class
ErrorLocation
(
val
line
:
Int
,
val
column
:
Int
)
Error location in GraphQL document.
Members
Constructors
Error
Location
Link copied to clipboard
constructor
(
line
:
Int
,
column
:
Int
)
Properties
column
Link copied to clipboard
val
column
:
Int
line
Link copied to clipboard
val
line
:
Int