CacheMissException

class CacheMissException(key: String, fieldName: String?) : ApolloException

An object/field was missing in the cache If fieldName is null, it means a reference to an object could not be resolved

Constructors

CacheMissException
Link copied to clipboard
common
fun CacheMissException(key: String, fieldName: String? = null)

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
fieldName
Link copied to clipboard
common
val fieldName: String? = null
key
Link copied to clipboard
common
val key: String
message
Link copied to clipboard
common
open val message: String?