Android OpenTV Player SDK
5.15.0.1628598576
|
The download error of a DownloadItem object. The error code is consisted of what and extra. what indicate the main error code and extra provides more detailed error reason.
Public Member Functions | |
int | what () |
Returns the main error code. More... | |
int | extra () |
Returns the extra error code. More... | |
Static Public Attributes | |
static final int | ERROR_NONE = 0 |
Code to indicate no error. More... | |
static final int | ERROR_NETWORK = -1000 |
Code to indicate any network error. More... | |
static final int | ERROR_NETWORK_HTTP_403 = -1001 |
Code to indicate network error with HTTP response code 403. More... | |
static final int | ERROR_NETWORK_HTTP_404 = -1002 |
Code to indicate network error with HTTP response code 404. More... | |
static final int | ERROR_NETWORK_HTTP_UNREACHABLE = -1003 |
Code to indicate network error with other HTTP response code. More... | |
static final int | ERROR_SETUP = -2000 |
Code to indicate possible run-time error (better name than setup?) More... | |
static final int | ERROR_INSUFFICIENT_DISK_SPACE = -2001 |
Code to indicate possible run-time error. More... | |
static final int | ERROR_MISSING_PERMISSION = -2002 |
Code to indicate possible run-time error. More... | |
static final int | ERROR_LICENSE = -3000 |
Code to indicate any license error. More... | |
static final int | ERROR_FETCH_LICENSE_FAILURE = -3001 |
Code to indicate fetch license failure. More... | |
static final int | ERROR_STORE_LICENSE_FAILURE = -3002 |
Code to indicate the downloaded license is not storable. More... | |
static final int | ERROR_CONTENT = -4000 |
Code to indicate content related error. More... | |
static final int | ERROR_MISFORMATTED_MANIFEST = -4001 |
Code to indicate the manifest bad format error. More... | |
static final int | ERROR_UNSUPPORTED_MANIFEST = -4002 |
Code to indicate the manifest not supported (DASH or HLS LIVE, SmoothStreaming, Unknown Content Type Stream) More... | |
static final int | ERROR_STORAGE_ACCESS = -5000 |
Code to indicate storage access errors. More... | |
static final int | ERROR_PATH_IN_USE = -5001 |
Code to indicate can't modify content in path because it is already in use. More... | |
static final int | ERROR_UNKNOWN = -10000 |
Code to indicate error not defined. More... | |
int extra | ( | ) |
Returns the extra error code.
int what | ( | ) |
Returns the main error code.
|
static |
Code to indicate content related error.
|
static |
Code to indicate fetch license failure.
|
static |
Code to indicate possible run-time error.
|
static |
Code to indicate any license error.
|
static |
Code to indicate the manifest bad format error.
|
static |
Code to indicate possible run-time error.
|
static |
Code to indicate any network error.
|
static |
Code to indicate network error with HTTP response code 403.
|
static |
Code to indicate network error with HTTP response code 404.
|
static |
Code to indicate network error with other HTTP response code.
|
static |
Code to indicate no error.
|
static |
Code to indicate can't modify content in path because it is already in use.
|
static |
Code to indicate possible run-time error (better name than setup?)
|
static |
Code to indicate storage access errors.
|
static |
Code to indicate the downloaded license is not storable.
|
static |
Code to indicate error not defined.
|
static |
Code to indicate the manifest not supported (DASH or HLS LIVE, SmoothStreaming, Unknown Content Type Stream)