ApolloParseException

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

Deprecated

ApolloParseException was only used for I/O exceptions and is now mapped to ApolloNetworkException.

The response could not be parsed because of an I/O exception.

JSON and GraphQL errors are throwing other errors, see JsonEncodingException, JsonDataException and NullOrMissingField

See also

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

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