Lenguaje

AppFunctionException.ErrorCategoryApp Campo

Definición

Precaución

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

El error se debe a que la aplicación proporciona la función .

[Android.Runtime.Register("ERROR_CATEGORY_APP", 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 ErrorCategoryApp = 3;
[<Android.Runtime.Register("ERROR_CATEGORY_APP", 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 ErrorCategoryApp : Android.App.AppFunctions.AppFunctionErrorCategory

Valor de campo

Value = 3

Implementaciones

Atributos

Comentarios

El error se debe a que la aplicación proporciona la función .

Por ejemplo, la aplicación se bloqueó cuando el sistema ejecuta la solicitud.

Los errores de la categoría se encuentran en el intervalo comprendido entre 3000 y 3999 inclusive.

Java documentación para android.app.appfunctions.AppFunctionException.ERROR_CATEGORY_APP.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a