Failed

data class Failed(val stage: LoadingStage?, val error: Throwable, val message: String) : LoadingProgress(source)

Loading failed with an error.

Constructors

Link copied to clipboard
constructor(stage: LoadingStage?, error: Throwable, message: String)

Properties

Link copied to clipboard

The exception that caused the failure

Link copied to clipboard

Human-readable error message

Link copied to clipboard

Stage where failure occurred, null if before any stage