Android.App.DownloadManager.ErrorFileError Field
Value of DownloadManager.ColumnReason when a storage issue arises which doesn't fit under any other error code.

Value: 1001

Syntax

[Android.Runtime.Register("ERROR_FILE_ERROR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.")]
public const DownloadError ErrorFileError

Remarks

Value of DownloadManager.ColumnReason when a storage issue arises which doesn't fit under any other error code. Use the more specific DownloadManager.ErrorInsufficientSpace and DownloadManager.ErrorDeviceNotFound when appropriate.

[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