CacheFindAction

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

The error is related to an attempt to find a file from the disc.

Constructors

Link copied to clipboard
constructor(path: String, url: 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.

Link copied to clipboard
var url: String

: URL of the failed file.