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)

Properties

drawable
Link copied to clipboard
open override val drawable: Drawable?
request
Link copied to clipboard
open override val request: ImageRequest
throwable
Link copied to clipboard
val throwable: Throwable