AppFunctionLimitExceededException


class AppFunctionLimitExceededException : AppFunctionRequestException


Thrown when the caller exceeded the allowed request rate.

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionLimitExceededException

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