DownloadManager.ErrorHttpDataError Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.

Value of #COLUMN_REASON when an error receiving or processing data occurred at the HTTP level.

[Android.Runtime.Register("ERROR_HTTP_DATA_ERROR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.", true)]
public const Android.App.DownloadError ErrorHttpDataError = 1004;
[<Android.Runtime.Register("ERROR_HTTP_DATA_ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.", true)>]
val mutable ErrorHttpDataError : Android.App.DownloadError

Field Value

Value = 1004
Attributes

Remarks

Value of #COLUMN_REASON when an error receiving or processing data occurred at the HTTP level.

Java documentation for android.app.DownloadManager.ERROR_HTTP_DATA_ERROR.

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