Uses the Component:FundingErrorMessageType
A error validation message for contract.
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| Description |
A free form text description of the error message. | 0..* | Field | udt:TextType | |
| ReasonCode |
A code identifying the reason for the error message. | 0..1 | Field | udt:CodeType | |
| CorrectValueAmount |
The correct value of the field in question. | 0..1 | Field | udt:AmountType | |
| ErrorCriticality |
Free form text field identifying the severity of funding error. Values may include: Hard, Soft, Warning, etc. | 0..1 | Field | udt:TextType | |
| TimeToCorrectErrorNumeric |
Identifies the time the dealer has to correct the error. | 0..* | Field | udt:NumericType | |
| ReferenceName |
Text description or XPATH reference to data element in error. | 0..1 | Field | udt:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.6. ValidationMessage
<ValidationMessage>
<Description>......</Description> [0..*]
<ReasonCode>......</ReasonCode> [0..1]
<CorrectValueAmount>......</CorrectValueAmount> [0..1]
<ErrorCriticality>......</ErrorCriticality> [0..1]
<TimeToCorrectErrorNumeric>......</TimeToCorrectErrorNumeric> [0..*]
<ReferenceName>......</ReferenceName> [0..1]
</ValidationMessage>