Error Result
data class ErrorResult(drawable: Drawable?, request: ImageRequest, throwable: Throwable) : ImageResult
Content copied to clipboard
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)
Content copied to clipboard
The error drawable.