AppFunctionSystemException


abstract class AppFunctionSystemException : AppFunctionException

Known direct subclasses
AppFunctionCancelledException

Thrown when an operation was cancelled.

AppFunctionSystemUnknownException

Thrown when an internal unexpected error comes from the system.


Thrown when an internal unexpected error comes from the system.

For example, the AppFunctionService implementation is not found by the system.

Summary

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable