Package com.aquima.interactions.flow.ds
Class FlowErrorCodes
java.lang.Object
com.aquima.interactions.flow.ds.FlowErrorCodes
This class defines the various initialization errors that may occur when creating a flow engine from data source.
- Since:
- 5.1
- Author:
- Jon van Leuven, O. Kerpershoek
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorCode
This error code is used to indicate a node has multiple edges defined for the default exit.static final ErrorCode
This error code is used to indicate a node has duplicate exit events defined.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code indicates a flow containing an event node.static final ErrorCode
static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code indicates an event exit node has no event type defined.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code indicates a missing parameter in an event node.static final ErrorCode
This error code indicates a widget flow containing nested widget flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
static final ErrorCode
This error code is used to indicate the node factory returned an invalid details object.static final ErrorCode
This error code is used to warn about problems within a flow.static final ErrorCode
static final ErrorCode
This error code is used to indicate no service implementation could be found.static final ErrorCode
static final ErrorCode
static final ErrorCode
This error code indicates an event exit node has no event type defined.static final ErrorCode
static final ErrorCode
This error code indicates a widget flow containing an end node. -
Method Summary
-
Field Details
-
DUPLICATE_FLOW
This error code is used to warn about problems within a flow. -
INVALID_EXPRESSION
This error code is used to warn about problems within a flow. -
NO_EXPRESSION
This error code is used to warn about problems within a flow. -
FLOW_HAS_NO_ENDNODE
This error code is used to warn about problems within a flow. -
EDGE_HAS_NO_SOURCE
This error code is used to warn about problems within a flow. -
EDGE_HAS_NO_TARGET
This error code is used to warn about problems within a flow. -
EDGE_HAS_INVALID_TARGET
This error code is used to warn about problems within a flow. -
EDGE_HAS_INVALID_SOURCE
This error code is used to warn about problems within a flow. -
INVALID_NODE_REFERENCE
This error code is used to warn about problems within a flow. -
NODE_HAS_NO_EDGES
This error code is used to warn about problems within a flow. -
NODE_HAS_NO_DETAILS
This error code is used to indicate the node factory returned an invalid details object. -
NODE_HAS_NO_TARGET
-
NODE_HAS_INVALIDREPEATEXPRESSION
-
NO_STARTNODE
This error code is used to warn about problems within a flow. -
FLOW_PROBLEMS
This error code is used to warn about problems within a flow. -
NOSERVICEIMPLEMENTATION
This error code is used to indicate no service implementation could be found. -
DUPLICATE_DEFAULT_EDGE
This error code is used to indicate a node has multiple edges defined for the default exit. -
DUPLICATE_EXIT_EVENT
This error code is used to indicate a node has duplicate exit events defined. -
REPEATFLOW_ISINTERACTIVE
-
REPEATFLOW_WITHMULTIPLEEXITS
-
UNKNOWN_SUBFLOW
-
FLOWNODE_MISSING_EDGES
-
INVALID_ACTION_NODE
This error code is used to warn about problems within a flow. -
INVALID_EVENT_NODE
This error code indicates an event exit node has no event type defined. -
UNKNOWN_EVENT_NODE
This error code indicates an event exit node has no event type defined. -
NESTED_WIDGET_FLOW
This error code indicates a widget flow containing nested widget flow. -
WIDGET_FLOW_WITH_END_NODE
This error code indicates a widget flow containing an end node. -
FLOW_WITH_EVENT_NODE
This error code indicates a flow containing an event node. -
MISSING_EVENT_PARAMETER
This error code indicates a missing parameter in an event node.
-