toggle menu
Ksui
2.1.1
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.exception
/
GraphQLError
Graph
QLError
data
class
GraphQLError
(
val
message
:
String
,
val
locations
:
List
<
ErrorLocation
>
?
=
null
,
val
path
:
List
<
Any
>
?
=
null
,
val
extensions
:
Map
<
String
,
Any
?
>
?
=
null
)
Members
Constructors
Graph
QLError
Link copied to clipboard
constructor
(
message
:
String
,
locations
:
List
<
ErrorLocation
>
?
=
null
,
path
:
List
<
Any
>
?
=
null
,
extensions
:
Map
<
String
,
Any
?
>
?
=
null
)
Properties
extensions
Link copied to clipboard
val
extensions
:
Map
<
String
,
Any
?
>
?
=
null
locations
Link copied to clipboard
val
locations
:
List
<
ErrorLocation
>
?
=
null
message
Link copied to clipboard
val
message
:
String
path
Link copied to clipboard
val
path
:
List
<
Any
>
?
=
null