MbmsErrors.DownloadErrors
public
static
class
MbmsErrors.DownloadErrors
extends Object
java.lang.Object | |
↳ | android.telephony.mbms.MbmsErrors.DownloadErrors |
Indicates the errors that are applicable only to the file-download use-case
Summary
Constants | |
---|---|
int |
ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT
Indicates that the app is not allowed to change the temp file root at this time due to outstanding download requests. |
int |
ERROR_MALFORMED_SERVICE_ANNOUNCEMENT
Indicates that the service announcement descriptor passed via
|
int |
ERROR_UNKNOWN_DOWNLOAD_REQUEST
Indicates that the middleware has no record of the supplied |
int |
ERROR_UNKNOWN_FILE_INFO
Indicates the the middleware has no record of the supplied |
Inherited methods | |
---|---|
Constants
ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT
public static final int ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT
Indicates that the app is not allowed to change the temp file root at this time due to outstanding download requests.
Constant Value: 401 (0x00000191)
ERROR_MALFORMED_SERVICE_ANNOUNCEMENT
public static final int ERROR_MALFORMED_SERVICE_ANNOUNCEMENT
Indicates that the service announcement descriptor passed via
MbmsDownloadSession.addServiceAnnouncement(byte[])
is malformed.
Constant Value: 404 (0x00000194)
ERROR_UNKNOWN_DOWNLOAD_REQUEST
public static final int ERROR_UNKNOWN_DOWNLOAD_REQUEST
Indicates that the middleware has no record of the supplied DownloadRequest
.
Constant Value: 402 (0x00000192)
ERROR_UNKNOWN_FILE_INFO
public static final int ERROR_UNKNOWN_FILE_INFO
Indicates the the middleware has no record of the supplied FileInfo
Constant Value: 403 (0x00000193)