toggle menu
Anitraklib
0.1.10-alpha
common
switch theme
search in API
Anitraklib
/
io.github.vincentvibe3.anitraklib.anilist
/
AnilistGQLError
Anilist
GQLError
@
Serializable
class
AnilistGQLError
(
val
extensions
:
JsonObject
?
=
null
,
val
locations
:
List
<
GQLError.ErrorLocations
>
?
=
null
,
val
message
:
String
,
val
path
:
List
<
String
>
?
=
null
,
val
validation
:
JsonObject
?
=
null
,
val
status
:
Int
)
:
GQLError
Members
Constructors
Anilist
GQLError
Link copied to clipboard
constructor
(
extensions
:
JsonObject
?
=
null
,
locations
:
List
<
GQLError.ErrorLocations
>
?
=
null
,
message
:
String
,
path
:
List
<
String
>
?
=
null
,
validation
:
JsonObject
?
=
null
,
status
:
Int
)
Properties
extensions
Link copied to clipboard
open
override
val
extensions
:
JsonObject
?
=
null
locations
Link copied to clipboard
open
override
val
locations
:
List
<
GQLError.ErrorLocations
>
?
=
null
message
Link copied to clipboard
open
override
val
message
:
String
path
Link copied to clipboard
open
override
val
path
:
List
<
String
>
?
=
null
status
Link copied to clipboard
val
status
:
Int
validation
Link copied to clipboard
val
validation
:
JsonObject
?
=
null