CacheWriteAction

data class CacheWriteAction(val path: String, var message: String) : AdError

The error is related to an attempt to write a file to a disc or create a folder.

The error occurs when the SDK's cache cannot write a file to disk or create a folder.

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 at which a file could not be written or a folder could not be created.