DownloadError

open class DownloadError : Serializable

Structure to hold error information about download request.

Constructors

DownloadError
Link copied to clipboard
open fun DownloadError(@NonNull code: DownloadErrorCode, @NonNull message: String)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

code
Link copied to clipboard
private val code: DownloadErrorCode
message
Link copied to clipboard
private val message: String