AppFunctionElementNotFoundException


class AppFunctionElementNotFoundException : AppFunctionRequestException


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

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionElementNotFoundException

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