Sprache

FileOperationResult.ErrorUnsupportedSource Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationErrorCode enum directly instead of this field.

Die Quelle des Vorgangs wird nicht unterstützt oder ungültig.

[Android.Runtime.Register("ERROR_UNSUPPORTED_SOURCE", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationErrorCode enum directly instead of this field.", true)]
public const Android.OS.Storage.Operations.FileOperationErrorCode ErrorUnsupportedSource = 3;
[<Android.Runtime.Register("ERROR_UNSUPPORTED_SOURCE", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationErrorCode enum directly instead of this field.", true)>]
val mutable ErrorUnsupportedSource : Android.OS.Storage.Operations.FileOperationErrorCode

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

Die Quelle des Vorgangs wird nicht unterstützt oder ungültig.

Dieser Fehler ist dauerhaft, da es auf ein Problem mit der Anforderung hinweist.

Android-Referenz für android.os.storage.operations.FileOperationResult.ERROR_UNSUPPORTED_SOURCE.

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: