AppFunctionCancelledException


class AppFunctionCancelledException : AppFunctionSystemException


Thrown when an operation was cancelled.

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionCancelledException

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