AppFunctionSystemUnknownException


class AppFunctionSystemUnknownException : AppFunctionSystemException


Thrown when an internal unexpected error comes from the system.

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

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionSystemUnknownException

Added in 1.0.0-alpha01
AppFunctionSystemUnknownException(errorMessage: String? = null)