Share via


AppFunctionException.ErrorAppUnknownError Field

Definition

Caution

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

An unknown error occurred while processing the call in the 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

Field Value

Value = 3000

Implements

Attributes

Remarks

An unknown error occurred while processing the call in the AppFunctionService.

This error is thrown when the service is connected in the remote application but an unexpected error is thrown from the bound application.

This error is in the #ERROR_CATEGORY_APP category.

Java documentation for android.app.appfunctions.AppFunctionException.ERROR_APP_UNKNOWN_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to