DownloadManager.ErrorInsufficientSpace 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 there was insufficient storage space.

[Android.Runtime.Register("ERROR_INSUFFICIENT_SPACE")]
[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 ErrorInsufficientSpace = 1006;
[<Android.Runtime.Register("ERROR_INSUFFICIENT_SPACE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.", true)>]
val mutable ErrorInsufficientSpace : Android.App.DownloadError

Field Value

Value = 1006
Attributes

Remarks

Value of #COLUMN_REASON when there was insufficient storage space. Typically, this is because the SD card is full.

Java documentation for android.app.DownloadManager.ERROR_INSUFFICIENT_SPACE.

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