Class ShortcutErrorCodes
- java.lang.Object
-
- com.blueriq.component.api.shortcut.ShortcutErrorCodes
-
public class ShortcutErrorCodes extends Object
This class defines the various initialization errors related to shortcuts.- Since:
- 9.8
- Author:
- Petru Galanton
-
-
Field Summary
Fields Modifier and Type Field Description static com.aquima.interactions.foundation.report.ErrorCode
INVALID_SHORTCUT_DOMAIN
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 Constructor Description ShortcutErrorCodes()
-