DownloadErrors
open class DownloadErrors
| kotlin.Any | |
| ↳ | android.telephony.mbms.MbmsErrors.DownloadErrors |
Indicates the errors that are applicable only to the file-download use-case
Summary
| Constants | |
|---|---|
| static Int |
Indicates that the app is not allowed to change the temp file root at this time due to outstanding download requests. |
| static Int |
Indicates that the service announcement descriptor passed via |
| static Int |
Indicates that the middleware has no record of the supplied |
| static Int |
Indicates the the middleware has no record of the supplied |
Constants
ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT
static val ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT: Int
Indicates that the app is not allowed to change the temp file root at this time due to outstanding download requests.
Value: 401ERROR_MALFORMED_SERVICE_ANNOUNCEMENT
static val ERROR_MALFORMED_SERVICE_ANNOUNCEMENT: Int
Indicates that the service announcement descriptor passed via android.telephony.MbmsDownloadSession#addServiceAnnouncement(byte[]) is malformed.
Value: 404ERROR_UNKNOWN_DOWNLOAD_REQUEST
static val ERROR_UNKNOWN_DOWNLOAD_REQUEST: Int
Indicates that the middleware has no record of the supplied DownloadRequest.
Value: 402ERROR_UNKNOWN_FILE_INFO
static val ERROR_UNKNOWN_FILE_INFO: Int
Indicates the the middleware has no record of the supplied FileInfo
Value: 403