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.api
/
GraphQLException
Graph
QLException
class
GraphQLException
(
val
errors
:
List
<
String
>
,
message
:
String
)
:
IndexerException
GraphQL error in response.
Recovery:
Don't retry (query error)
Members
Constructors
Graph
QLException
Link copied to clipboard
constructor
(
errors
:
List
<
String
>
,
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
errors
Link copied to clipboard
val
errors
:
List
<
String
>
message
Link copied to clipboard
open
val
message
:
String
?