FailedToLoad

data class FailedToLoad(val error: Throwable) : LoadStatus

The object failed to load and some functionality may not work.

Since

200.0.0

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard

Inherited properties

Link copied to clipboard

True if the loadable's LoadStatus value is Loaded or FailedToLoad.