apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.exception
/
HttpCacheMissException
Http
Cache
Miss
Exception
common
class
HttpCacheMissException
(
message
:
String
,
cause
:
Exception
?
=
null
)
:
ApolloException
Content copied to clipboard
A HTTP cache miss happened
Constructors
Properties
Constructors
Http
Cache
Miss
Exception
Link copied to clipboard
common
fun
HttpCacheMissException
(
message
:
String
,
cause
:
Exception
?
=
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