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
/
GraphQLWebSocketMessage
/
Error
Error
@
Serializable
@
SerialName
(
value
=
"error"
)
data
class
Error
(
val
type
:
String
=
"error"
,
val
id
:
String
,
val
payload
:
List
<
GraphQLError
>
)
:
GraphQLWebSocketMessage
Server → Client: Operation error.
Sent when operation fails validation or execution.
Members
Constructors
Error
Link copied to clipboard
constructor
(
type
:
String
=
"error"
,
id
:
String
,
payload
:
List
<
GraphQLError
>
)
Properties
id
Link copied to clipboard
val
id
:
String
payload
Link copied to clipboard
val
payload
:
List
<
GraphQLError
>
type
Link copied to clipboard
open
override
val
type
:
String