CacheReadAction

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

Occurs when the SDK cannot read bytes at the specified path.

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 could not be read.