toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo.exception
/
JsonEncodingException
Json
Encoding
Exception
class
JsonEncodingException
(
message
:
String
)
:
ApolloException
Thrown when the data being parsed is not encoded as valid JSON.
Members
Constructors
Json
Encoding
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?