ApolloCompositeException

class ApolloCompositeException(first: Throwable?, second: Throwable?) : ApolloException

Multiple exceptions happened, for an exemple with a CacheFirst fetch policy

Constructors

ApolloCompositeException
Link copied to clipboard
common
fun ApolloCompositeException(first: Throwable?, second: Throwable?)

Properties

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