Sprache

DownloadManager.ErrorFileError Feld

Definition

Achtung

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

Der Wert, #COLUMN_REASON wenn ein Speicherproblem auftritt, das nicht unter einen anderen Fehlercode passt.

[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.", true)]
public const Android.App.DownloadError ErrorFileError = 1001;
[<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.", true)>]
val mutable ErrorFileError : Android.App.DownloadError

Feldwert

Value = 1001
Attribute

Hinweise

Wert von COLUMN_REASON, wenn ein Speicherproblem auftritt, das nicht unter einen anderen Fehlercode passt. Verwenden Sie bei Bedarf die spezifischeren ERROR_INSUFFICIENT_SPACE und ERROR_DEVICE_NOT_FOUND.

Android-Referenz für android.app.DownloadManager.ERROR_FILE_ERROR.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: