InvalidAssetName

data class InvalidAssetName(val name: String) : AdError

An issue with creating a cache path with a passed file name.

This error can be caused when creating an AssetPath with a file name that contains a "/" character and cannot be formatted into a URL.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Short error description.

Link copied to clipboard

Invalid name that was passed.