toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo.exception
/
ApolloCompositeException
Apollo
Composite
Exception
class
ApolloCompositeException
:
ApolloException
Deprecated
ApolloCompositeException is deprecated. Handle each ApolloResponse.exception instead.
Members
Constructors
Apollo
Composite
Exception
Link copied to clipboard
constructor
(
first
:
Throwable
?
,
second
:
Throwable
?
)
constructor
(
exceptions
:
List
<
Throwable
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?