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

String?

The error message.

Public constructors

AppFunctionElementAlreadyExistsException

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