CacheReadDenied

data class CacheReadDenied(val path: String, val message: String) : AdError

Occurs when the SDK does not have read access to the file.

Constructors

Link copied to clipboard
constructor(path: String, message: String)

Properties

Link copied to clipboard

Short error description.

Link copied to clipboard

Description of the underlying error.

Link copied to clipboard

The path where the file or folder could not be read.