AppFunctionException.ErrorCategoryRequestError Champ

Définition

Attention

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

L’erreur est due à la demande d’une exécution de fonction par l’application.

[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

Valeur de champ

Value = 1

Implémente

Attributs

Remarques

L’erreur est due à la demande d’une exécution de fonction par l’application.

Par exemple, l’appelant a fourni des paramètres non valides dans la demande d’exécution, par exemple un ID de fonction non valide.

Les erreurs dans la catégorie tombent dans la plage comprise entre 1000 et 1999.

Java documentation pour android.app.appfunctions.AppFunctionException.ERROR_CATEGORY_REQUEST_ERROR.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à