apollo-kotlin
5.0.0-alpha.4-SNAPSHOT
Select version
5.0.0-alpha.4-SNAPSHOT4.2.03.8.2
      Target filter
Search in API
Skip to content
    apollo-kotlin
apollo-api/com.apollographql.apollo.exception/ApolloException

ApolloException

sealed class ApolloException : RuntimeException

The base class for all exceptions

This inherits from RuntimeException. Java callers will have to explicitly catch all ApolloExceptions.

Inheritors

DefaultApolloException
NoDataException
ApolloNetworkException
ApolloOfflineException
SubscriptionOperationException
SubscriptionConnectionException
RouterError
ApolloWebSocketClosedException
ApolloWebSocketForceCloseException
ApolloHttpException
JsonEncodingException
JsonDataException
NullOrMissingField
ApolloParseException
ApolloGraphQLException
CacheMissException
HttpCacheMissException
ApolloCompositeException
AutoPersistedQueriesNotSupported
MissingValueException

Properties

cause
Link copied to clipboard
expect open val cause: Throwable?
message
Link copied to clipboard
expect open val message: String?
Generated by Dokka
© 2025 Copyright