ErrorResult

data class ErrorResult(drawable: Drawable?, request: ImageRequest, throwable: Throwable) : ImageResult

Indicates that an error occurred while executing the request.

Parameters

drawable

The error drawable.

request

The request that was executed to create this result.

throwable

The error that failed the request.

Constructors

ErrorResult
Link copied to clipboard
fun ErrorResult(drawable: Drawable?, request: ImageRequest, throwable: Throwable)
The error drawable.

Properties

drawable
Link copied to clipboard
open override val drawable: Drawable?
The error drawable.
request
Link copied to clipboard
open override val request: ImageRequest
The request that was executed to create this result.
throwable
Link copied to clipboard
val throwable: Throwable
The error that failed the request.