Lenguaje

AppFunctionException.ErrorCategoryUnknown 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.

Se desconoce la categoría de error.

[Android.Runtime.Register("ERROR_CATEGORY_UNKNOWN", 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 ErrorCategoryUnknown = 0;
[<Android.Runtime.Register("ERROR_CATEGORY_UNKNOWN", 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 ErrorCategoryUnknown : Android.App.AppFunctions.AppFunctionErrorCategory

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Se desconoce la categoría de error.

Este es el valor predeterminado de #getErrorCategory.

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

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