AppFunctionDeniedException


class AppFunctionDeniedException : AppFunctionRequestException


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

This is different from AppFunctionPermissionRequiredException in that the caller is missing this specific permission, as opposed to the target app missing a permission.

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionDeniedException

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