AppFunctionRequestException


abstract class AppFunctionRequestException : AppFunctionException

Known direct subclasses
AppFunctionDeniedException

Thrown when the caller does not have the permission to execute an app function.

AppFunctionDisabledException

Thrown when the caller tried to execute a disabled app function.

AppFunctionElementAlreadyExistsException

Thrown when the caller tried to create a resource/entity that already exists or has conflicts with existing resource/entity.

AppFunctionElementNotFoundException

Thrown when the caller tried to request a resource/entity that does not exist.

AppFunctionFunctionNotFoundException

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

AppFunctionInvalidArgumentException

Thrown when the caller supplied invalid arguments to ExecuteAppFunctionRequest's parameters.

AppFunctionLimitExceededException

Thrown when the caller exceeded the allowed request rate.


Thrown when the error is caused by the app requesting a function execution.

For example, the caller provided invalid parameters in the execution request e.g. an invalid function ID.

Summary

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable