Failure

data class Failure(val errorCode: Int) : ContentDownloadStateTracker.State

Constructors

Link copied to clipboard
fun Failure(errorCode: Int)

Properties

Link copied to clipboard
val errorCode: Int