Sprache

FileOperationResult.ErrorInvalidRequest Feld

Definition

Achtung

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

Das System kann die Anforderung nicht wie konfiguriert erfüllen.

[Android.Runtime.Register("ERROR_INVALID_REQUEST", 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 ErrorInvalidRequest = 2;
[<Android.Runtime.Register("ERROR_INVALID_REQUEST", 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 ErrorInvalidRequest : Android.OS.Storage.Operations.FileOperationErrorCode

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Das System kann die Anforderung nicht wie konfiguriert erfüllen.

Dieser Fehler ist dauerhaft, da er auf eine falsch formatierte oder ungültige Anforderung hinweist.

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

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: