Added in API level 28

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 android.telephony.MbmsDownloadSession#addServiceAnnouncement(byte[]) is malformed.

static Int

Indicates that the middleware has no record of the supplied DownloadRequest.

static Int

Indicates the the middleware has no record of the supplied FileInfo

Constants

ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT

Added in API level 28
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: 401

ERROR_MALFORMED_SERVICE_ANNOUNCEMENT

Added in API level 31
static val ERROR_MALFORMED_SERVICE_ANNOUNCEMENT: Int

Indicates that the service announcement descriptor passed via android.telephony.MbmsDownloadSession#addServiceAnnouncement(byte[]) is malformed.

Value: 404

ERROR_UNKNOWN_DOWNLOAD_REQUEST

Added in API level 28
static val ERROR_UNKNOWN_DOWNLOAD_REQUEST: Int

Indicates that the middleware has no record of the supplied DownloadRequest.

Value: 402

ERROR_UNKNOWN_FILE_INFO

Added in API level 28
static val ERROR_UNKNOWN_FILE_INFO: Int

Indicates the the middleware has no record of the supplied FileInfo

Value: 403