ApolloParseException

class ApolloParseException(message: String?, cause: Throwable?) : ApolloException

The response could not be parsed either because of another issue than JsonDataException or JsonEncodingException

Constructors

ApolloParseException
Link copied to clipboard
common
fun ApolloParseException(message: String? = null, cause: Throwable? = null)

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
message
Link copied to clipboard
common
open val message: String?