apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.exception
/
JsonEncodingException
Json
Encoding
Exception
common
class
JsonEncodingException
(
message
:
String
)
:
ApolloException
Content copied to clipboard
Thrown when the data being parsed is not encoded as valid JSON.
Constructors
Properties
Constructors
Json
Encoding
Exception
Link copied to clipboard
common
fun
JsonEncodingException
(
message
:
String
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard