GfpAdCacheError

sealed class GfpAdCacheError : Exception

Exception for caching ad with GfpAdCacheManager.

Inheritors

Types

Link copied to clipboard
data class FileIO(val message: String?, val cause: Throwable? = null) : GfpAdCacheError

Error occurred while trying to read or write from disk cache.

Link copied to clipboard
data class Invalid(val message: String?, val cause: Throwable? = null) : GfpAdCacheError

The ad is invalid or not cacheable.

Link copied to clipboard
data class LimitExceeded(val message: String?, val cause: Throwable? = null) : GfpAdCacheError

Ad cache limit exceeded per ad unit.

Link copied to clipboard
data class NotFound(val message: String?, val cause: Throwable? = null) : GfpAdCacheError

No valid cache files found.