Package com.aquima.interactions.ds.xml
Class DataLayerErrorCodes
- java.lang.Object
-
- com.aquima.interactions.ds.xml.DataLayerErrorCodes
-
public final class DataLayerErrorCodes extends Object
This class defines additional error codes for warnings and errors that are detected in the XML data source implementation.- Since:
- 6.0
- Author:
- O. Kerpershoek
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
INCOMPATIBLESTUDIOVERSION
This error code is used to indicate the XML is is made by studio with a higher version than the current interactions.static ErrorCode
RESOURCE_STRING_NOT_FOUND
This error code is used to indicate a resource could not be found.static ErrorCode
UNKNOWN_ASSET_DEFINITION
This error code is used to indicate the XML contains a reference to an unknown asset.static ErrorCode
UNKNOWN_VALIDATION_RULE
This error code is used to indicate the XML contains an invalid definition.static ErrorCode
UNKNOWNVALIDATIONMESSAGE
This error code is used to indicate a validation rule does not define a message.
-
-
-
Field Detail
-
RESOURCE_STRING_NOT_FOUND
public static final ErrorCode RESOURCE_STRING_NOT_FOUND
This error code is used to indicate a resource could not be found. {0} = resource-string
-
UNKNOWNVALIDATIONMESSAGE
public static final ErrorCode UNKNOWNVALIDATIONMESSAGE
This error code is used to indicate a validation rule does not define a message.
-
UNKNOWN_VALIDATION_RULE
public static final ErrorCode UNKNOWN_VALIDATION_RULE
This error code is used to indicate the XML contains an invalid definition.
-
UNKNOWN_ASSET_DEFINITION
public static final ErrorCode UNKNOWN_ASSET_DEFINITION
This error code is used to indicate the XML contains a reference to an unknown asset.
-
INCOMPATIBLESTUDIOVERSION
public static final ErrorCode INCOMPATIBLESTUDIOVERSION
This error code is used to indicate the XML is is made by studio with a higher version than the current interactions.
-
-