AppFunctionAppException


abstract class AppFunctionAppException : AppFunctionException

Known direct subclasses
AppFunctionAppUnknownException

Thrown when an unknown error occurred while processing the call in the AppFunctionService.

AppFunctionNotSupportedException

Thrown when an app receives a request to perform an unsupported action.

AppFunctionPermissionRequiredException

Thrown when the app lacks the necessary permission to fulfill the request.


Thrown when an error is caused by the app providing the function.

For example, the app crashed when the system is executing the request.

Summary

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable