Error

data class Error(painter: Painter?, throwable: Throwable) : ImagePainter.State

The request failed due to throwable.

Constructors

Error
Link copied to clipboard
fun Error(painter: Painter?, throwable: Throwable)

Properties

painter
Link copied to clipboard
open override val painter: Painter?
The current painter being drawn by ImagePainter.
throwable
Link copied to clipboard
val throwable: Throwable