ErrorResult
class ErrorResult(drawable: Drawable?, request: ImageRequest, throwable: Throwable) : ImageResult
Content copied to clipboard
Indicates that an error occurred while executing the request.
Constructors
ErrorResult
Link copied to clipboard
fun ErrorResult(drawable: Drawable?, request: ImageRequest, throwable: Throwable)
Content copied to clipboard
Functions
copy
Link copied to clipboard
fun copy(drawable: Drawable? = this.drawable, request: ImageRequest = this.request, throwable: Throwable = this.throwable): ErrorResult
Content copied to clipboard