Failure

data class Failure(val throwable: Throwable) : ContentUploadStateTracker.State

Constructors

Link copied to clipboard
fun Failure(throwable: Throwable)

Properties

Link copied to clipboard
val throwable: Throwable