AppFunctionException.ErrorDenied Feld

Definition

Achtung

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

Der Aufrufer verfügt nicht über die Berechtigung zum Ausführen einer App-Funktion.

[Android.Runtime.Register("ERROR_DENIED", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionError ErrorDenied = 1000;
[<Android.Runtime.Register("ERROR_DENIED", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)>]
val mutable ErrorDenied : Android.App.AppFunctions.AppFunctionError

Feldwert

Value = 1000

Implementiert

Attribute

Hinweise

Der Aufrufer verfügt nicht über die Berechtigung zum Ausführen einer App-Funktion.

Dieser Fehler befindet sich in der #ERROR_CATEGORY_REQUEST_ERROR Kategorie.

Java Dokumentation für android.app.appfunctions.AppFunctionException.ERROR_DENIED.

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: