Android.App.DownloadManager.ErrorUnknown Field
Value of COLUMN_ERROR_CODE when the download has completed with an error that doesn't fit under any other error code.

Value: 1000

Syntax

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

Remarks

Value of COLUMN_ERROR_CODE when the download has completed with an error that doesn't fit under any other error code.

[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