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

int ERROR_UNKNOWN_DOWNLOAD_REQUEST

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

int ERROR_UNKNOWN_FILE_INFO

Indicates the the middleware has no record of the supplied FileInfo

Inherited methods

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

Constants

ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT

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

Added in API level 31
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

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

Added in API level 28
public static final int ERROR_UNKNOWN_FILE_INFO

Indicates the the middleware has no record of the supplied FileInfo

Constant Value: 403 (0x00000193)