Class ShortcutErrorCodes
java.lang.Object
com.blueriq.component.api.shortcut.ShortcutErrorCodes
This class defines the various initialization errors related to shortcuts.
- Since:
- 9.8
- Author:
- Petru Galanton
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.aquima.interactions.foundation.report.ErrorCode
Indicates that a domain (value list) whose values are intended to represent shortcuts has a value that is not defined as a shortcut in the runtime. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVALID_SHORTCUT_DOMAIN
public static final com.aquima.interactions.foundation.report.ErrorCode INVALID_SHORTCUT_DOMAINIndicates that a domain (value list) whose values are intended to represent shortcuts has a value that is not defined as a shortcut in the runtime.
-
-
Constructor Details
-
ShortcutErrorCodes
public ShortcutErrorCodes()
-