Sprache

AppFunctionException.ErrorCategoryRequestError Feld

Definition

Achtung

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

Der Fehler wird durch die App verursacht, die eine Funktionsausführung anfordert.

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

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Der Fehler wird durch die App verursacht, die eine Funktionsausführung anfordert.

Beispielsweise hat der Aufrufer in der Ausführungsanforderung ungültige Parameter bereitgestellt, z. B. eine ungültige Funktions-ID.

Fehler in der Kategorie fallen in den Bereich 1000-1999 inklusive.

Java Dokumentation für android.app.appfunctions.AppFunctionException.ERROR_CATEGORY_REQUEST_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: