RetrieveUrlError
Error while trying to retrieve an asset from an URL.
Inheritors
Types
Link copied to clipboard
The format of the resource at the requested Url is not recognized.
Link copied to clipboard
An error occurred when trying to read the asset.
Link copied to clipboard
class SchemeNotSupported(val scheme: Url.Scheme, cause: Error? = null) : AssetRetriever.RetrieveUrlError
The scheme (e.g. http, file, content) for the requested Url is not supported.