Failed

data class Failed(val error: Throwable) : LoadPhase

Loading failed.

The managers may or may not exist: a failure to load the map itself leaves them unbuilt, while a failure to download the points of interest leaves a fully built view with no content. Accessing a manager tells the two apart — it returns the manager in the second case and throws in the first.

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard
open override val error: Throwable

The failure that ended loading, or null while still loading or when loading succeeded.

Link copied to clipboard

Indicates whether the view is still loading.

Link copied to clipboard

Indicates whether the view finished loading successfully.