DownloadErrorCode

enum DownloadErrorCode

Enum which represents different error cases which could happen during download session.

Entries

NETWORK_ERROR
Link copied to clipboard

General network related error. Should be probably representation of HttpRequestError.

FILE_SYSTEM_ERROR
Link copied to clipboard

General filesystem related error code. For cases like: write error, no such file or directory, not enough space and etc.

Functions

toString
Link copied to clipboard
open fun toString(): String
valueOf
Link copied to clipboard
open fun valueOf(name: String): DownloadErrorCode
values
Link copied to clipboard
open fun values(): Array<DownloadErrorCode>