MbmsDownloadSession.ResultDownloadFailure Field

Definition

Indicates that there was an error while processing downloaded files, such as a file repair or file decoding error and is not due to a file I/O error.

[Android.Runtime.Register("RESULT_DOWNLOAD_FAILURE", ApiSince=28)]
public const int ResultDownloadFailure = 6;
[<Android.Runtime.Register("RESULT_DOWNLOAD_FAILURE", ApiSince=28)>]
val mutable ResultDownloadFailure : int

Field Value

Value = 6
Attributes

Remarks

Indicates that there was an error while processing downloaded files, such as a file repair or file decoding error and is not due to a file I/O error.

This is likely a transient error and another DownloadRequest should be sent to try the download again.

Java documentation for android.telephony.MbmsDownloadSession.RESULT_DOWNLOAD_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to