AppFunctionFunctionNotFoundException


class AppFunctionFunctionNotFoundException : AppFunctionRequestException

Thrown when the caller tries to execute a function that does not exist.

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionFunctionNotFoundException

Added in 1.0.0-alpha02
AppFunctionFunctionNotFoundException(errorMessage: String? = null)