ApolloCompositeException

Deprecated

ApolloCompositeException is deprecated. Handle each ApolloResponse.exception instead.

Constructors

Link copied to clipboard
constructor(first: Throwable?, second: Throwable?)
constructor(exceptions: List<Throwable>)

Properties

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