Table Description
Advanced Evidence Sharing Error Message: This entity stores the stack trace of an error encountered during the execution of a delivery plan. This entity is purely infrastructural and internal to the Advanced Evidence Sharing solution. It should not be extended or customized in any way.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Entity::AESErrorMessage::AESErrorMessage
Controlling File: AdvancedEvidenceSharing\model\Entity\AESErrorMessage\AESErrorMessage.efx
Table Options
LAST_UPDATED_FIELDno
Attributes (2)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
errorMessageIDkeynoUnique identifier of the Advanced Evidence Sharing Error Message entity.ADVANCED_EVIDENCE_SHARING_ERROR_MESSAGE_ID SVR_INT64
errorMessagedetailsnoIf an error is encountered during the delivery of a share set, the stack trace of the error is stored in this field.ADVANCED_EVIDENCE_SHARING_STACK_TRACE SVR_STRING<2097152>
Foreign Keys (1)
ChildParent
AESShareSet.errorMessageIDAESErrorMessage.errorMessageID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: errorMessageID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
validate  Validates the Evidence Broker Error Message entity details. @param details Evidence Broker Error Message entity details @throws curam.util.exception.AppException Generic Exception Message @throws curam.util.exception.InformationalException Generic Exception Message  
Related Pages (0)