CacheRemoveAction

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

The error is related to an attempt to delete a file or folder from the disc.

The error occurs when the cache cannot remove a file or folder from the disk.

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.