RetrieveError

sealed class RetrieveError : Error

Error while trying to retrieve an asset from a Resource or a Container.

Inheritors

Types

Link copied to clipboard

The format of the resource is not recognized.

Link copied to clipboard

An error occurred when trying to read the asset.

Properties

Link copied to clipboard
open override val cause: Error?

The cause error or null if there is none.

Link copied to clipboard
open override val message: String

An error message.

Functions

Link copied to clipboard

Convenience function to get the description of an error with its cause.