Error

data class Error(painter: Painter?, result: ErrorResult) : ImagePainter.State

The request failed due to ErrorResult.throwable.

Constructors

Error
Link copied to clipboard
fun Error(painter: Painter?, result: ErrorResult)

Properties

painter
Link copied to clipboard
open override val painter: Painter?

The current painter being drawn by ImagePainter.

result
Link copied to clipboard
val result: ErrorResult
throwable
Link copied to clipboard
val throwable: Throwable