Class MappingErrorCodes
java.lang.Object
com.aquima.interactions.mapping.ds.MappingErrorCodes
This class defines the various initialization errors that may occur when creating a mapping from data source.
- Since:
- 7.1
- Author:
- Jon van Leuven, O. Kerpershoek
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorCode
Indicates a problem with an attribute mapping.static final ErrorCode
Indicates a problem with an entity mapping.static final ErrorCode
This error code is used to indicate that an invalid condition was detected in an attribute mapping.static final ErrorCode
This error code is used to indicate that an expression for a mapping results in an invalid type.static final ErrorCode
This error code is used to indicate that an invalid condition was detected in a mapping.static final ErrorCode
This error code is used to indicate that an invalid match condition was detected.static final ErrorCode
This error code is used to indicate that an expression for a match condition results in an invalid type.static final ErrorCode
This error code is used to indicate that an invalid expression was detected in a mapping.static final ErrorCode
This error code is used to indicate that an invalid condition was detected in a value mapping.static final ErrorCode
This error code is used to indicate that an invalid expression was detected in a value mapping.static final ErrorCode
This error code is used to indicate that an expression for a value mapping results in an invalid type.static final ErrorCode
Indicates that a mapping is overwritten by a duplicate (mapping with the same name) in the internal mapping storage.static final ErrorCode
Indicates a problem with an entity mapping.static final ErrorCode
This error code is used to indicate that a mapping has no source mappings defined.static final ErrorCode
This error code is used to indicate that an attribute mapping has no value mappings defined.static final ErrorCode
This error code is used to indicate a mapping refers to an unknown attribute.static final ErrorCode
This error code is used to indicate a mapping refers to an unknown entity. -
Method Summary
-
Field Details
-
ENTITYMAPPING_PROBLEM
Indicates a problem with an entity mapping. -
ATTRIBUTEMAPPING_PROBLEM
Indicates a problem with an attribute mapping. -
UNKNOWN_ENTITY
This error code is used to indicate a mapping refers to an unknown entity. -
UNKNOWN_ATTRIBUTE
This error code is used to indicate a mapping refers to an unknown attribute. -
INVALIDVALUEMAPPINGEXPRESSION
This error code is used to indicate that an invalid expression was detected in a value mapping. -
INVALIDVALUEMAPPINGEXPRESSIONDATATYPE
This error code is used to indicate that an expression for a value mapping results in an invalid type. -
INVALIDVALUEMAPPINGCONDITION
This error code is used to indicate that an invalid condition was detected in a value mapping. -
INVALIDATTRIBUTREMAPPINGCONDITION
This error code is used to indicate that an invalid condition was detected in an attribute mapping. -
INVALIDMATCHCONDITION_INVALIDDATATYPE
This error code is used to indicate that an expression for a match condition results in an invalid type. -
INVALIDMATCHCONDITION
This error code is used to indicate that an invalid match condition was detected. -
MISSINGVALUEMAPPING
This error code is used to indicate that an attribute mapping has no value mappings defined. -
INVALIDENTITYMAPPINGCONDITION
This error code is used to indicate that an invalid condition was detected in a mapping. -
INVALIDSOURCEMAPPINGEXPRESSION
This error code is used to indicate that an invalid expression was detected in a mapping. -
INVALIDDATATYPESOURCEMAPPINGEXPRESSION
This error code is used to indicate that an expression for a mapping results in an invalid type. -
MISSINGSOURCEMAPPING
This error code is used to indicate that a mapping has no source mappings defined. -
MAPPING_PROBLEM
Indicates a problem with an entity mapping. -
MAPPING_DUPLICATION
Indicates that a mapping is overwritten by a duplicate (mapping with the same name) in the internal mapping storage.
-