DownloadNotExist

data class DownloadNotExist(val mpdUrl: String, val e: Exception?) : UniDownloadErrorEvent

Constructors

Link copied to clipboard
constructor(mpdUrl: String, e: Exception?)

Properties

Link copied to clipboard
open override val e: Exception?
Link copied to clipboard
open override val mpdUrl: String

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
operator fun component2(): Exception?
Link copied to clipboard
fun copy(mpdUrl: String, e: Exception?): UniDownloadErrorEvent.DownloadNotExist