Serialized Form
-
Package com.apollographql.apollo.exception
-
Class com.apollographql.apollo.exception.ApolloCanceledException extends com.apollographql.apollo.exception.ApolloException implements Serializable
-
Class com.apollographql.apollo.exception.ApolloException extends java.lang.RuntimeException implements Serializable
-
Class com.apollographql.apollo.exception.ApolloHttpException extends com.apollographql.apollo.exception.ApolloException implements Serializable
-
Serialized Fields
-
code
int code
-
message
java.lang.String message
-
-
-
Class com.apollographql.apollo.exception.ApolloNetworkException extends com.apollographql.apollo.exception.ApolloException implements Serializable
-
Class com.apollographql.apollo.exception.ApolloParseException extends com.apollographql.apollo.exception.ApolloException implements Serializable
-
-
Package com.apollographql.apollo.internal.subscription
-
Class com.apollographql.apollo.internal.subscription.ApolloSubscriptionException extends com.apollographql.apollo.exception.ApolloException implements Serializable
-
Class com.apollographql.apollo.internal.subscription.ApolloSubscriptionServerException extends ApolloSubscriptionException implements Serializable
-
Serialized Fields
-
errorPayload
java.util.Map<java.lang.String,java.lang.Object> errorPayload
-
-
-
Class com.apollographql.apollo.internal.subscription.ApolloSubscriptionTerminatedException extends com.apollographql.apollo.exception.ApolloException implements Serializable
-
-
Package com.apollographql.apollo.subscription
-
Class com.apollographql.apollo.subscription.SubscriptionConnectionParams extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
-