AppFunctionElementAlreadyExistsException


class AppFunctionElementAlreadyExistsException : AppFunctionRequestException


Thrown when the caller tried to create a resource/entity that already exists or has conflicts with existing resource/entity.

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionElementAlreadyExistsException

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