Member Name | Description |
---|---|
CannotResume | Value of DownloadManager.ColumnReason when some possibly transient error occurred but we can't resume the download. |
DeviceNotFound | Value of DownloadManager.ColumnReason when no external storage device was found. Typically, this is because the SD card is not mounted. |
FileAlreadyExists | Value of DownloadManager.ColumnReason when the requested destination file already exists (the download manager will not overwrite an existing file). |
FileError | Value of DownloadManager.ColumnReason when a storage issue arises which doesn't fit under any other error code. Use the more specific DownloadManager.ErrorInsufficientSpace and DownloadManager.ErrorDeviceNotFound when appropriate. |
HttpDataError | Value of DownloadManager.ColumnReason when an error receiving or processing data occurred at the HTTP level. |
InsufficientSpace | Value of DownloadManager.ColumnReason when there was insufficient storage space. Typically, this is because the SD card is full. |
TooManyRedirects | Value of DownloadManager.ColumnReason when there were too many redirects. |
UnhandledHttpCode | Value of DownloadManager.ColumnReason when an HTTP code was received that download manager can't handle. |
Unknown | Value of COLUMN_ERROR_CODE when the download has completed with an error that doesn't fit under any other error code. |