ApolloParseException
class ApolloParseException(message: String? = null, cause: Throwable? = null) : ApolloException
Content copied to clipboard
The response could not be parsed either because of another issue than JsonDataException or JsonEncodingException
Constructors
Link copied to clipboard
fun ApolloParseException(message: String? = null, cause: Throwable? = null)
Content copied to clipboard