apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.exception
/
ApolloCanceledException
Apollo
Canceled
Exception
common
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_0_0
)
class
ApolloCanceledException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
ApolloException
Content copied to clipboard
Constructors
Properties
Constructors
Apollo
Canceled
Exception
Link copied to clipboard
common
fun
ApolloCanceledException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard