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

String?

The error message.

Public constructors

AppFunctionDeniedException

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