CacheOverflow

data class CacheOverflow(val dataSize: ULong, var cacheSize: ULong) : AdError

An attempt to write a file that is larger than the cache size.

If you receive this error, you should either increase the cache size via AdService.setCacheSize or optimise the data used by your renderer.

Constructors

Link copied to clipboard
constructor(dataSize: ULong, cacheSize: ULong)

Properties

Link copied to clipboard

: The size of the cache.

Link copied to clipboard

: The size of the file transferred to the cache.

Link copied to clipboard

Short error description.