Android.App.DownloadManager.ErrorInsufficientSpace Field
Value of DownloadManager.ColumnReason when there was insufficient storage space.

Value: 1006

Syntax

[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.")]
public const DownloadError ErrorInsufficientSpace

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9