toggle menu
gqlclient
1.0.7
common
switch theme
search in API
gqlclient
/
io.github.vincentvibe3.gqlclient.http
/
GQLError
/
ErrorLocations
Error
Locations
@
Serializable
data
class
ErrorLocations
(
val
line
:
Long
,
val
column
:
Long
)
Wrapper class for error locations
Members
Constructors
Error
Locations
Link copied to clipboard
constructor
(
line
:
Long
,
column
:
Long
)
Properties
column
Link copied to clipboard
val
column
:
Long
Column where the error occurred
line
Link copied to clipboard
val
line
:
Long
Line where the error occurred