Package com.skydoves.landscapist.coil
Class CoilImageState.Failure
-
- All Implemented Interfaces:
-
com.skydoves.landscapist.ImageState
@Immutable() public final class CoilImageState.Failure extends CoilImageState
Request failed.
-
-
Field Summary
Fields Modifier and Type Field Description private final DrawableerrorDrawableprivate final Throwablereason
-
Constructor Summary
Constructors Constructor Description CoilImageState.Failure(Drawable errorDrawable, Throwable reason)
-
Method Summary
Modifier and Type Method Description final DrawablegetErrorDrawable()final ThrowablegetReason()
-