Lenguaje

AppFunctionException.ErrorAppUnknownError Campo

Definición

Precaución

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

Error desconocido al procesar la llamada en AppFunctionService.

[Android.Runtime.Register("ERROR_APP_UNKNOWN_ERROR", 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 ErrorAppUnknownError = 3000;
[<Android.Runtime.Register("ERROR_APP_UNKNOWN_ERROR", 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 ErrorAppUnknownError : Android.App.AppFunctions.AppFunctionError

Valor de campo

Value = 3000

Implementaciones

Atributos

Comentarios

Error desconocido al procesar la llamada en AppFunctionService.

Este error se produce cuando el servicio está conectado en la aplicación remota, pero se produce un error inesperado desde la aplicación enlazada.

Este error está en la #ERROR_CATEGORY_APP categoría .

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

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