Uses the Component:IncentiveTransactionErrorDetailType
Incentive Inquiry Error Detail
Table 6.73. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ErrorCode |
Application specific error code | 0..1 | Field | udt:TextType | |
| ErrorFieldName |
Error Field Name | 0..1 | Field | udt:TextType | |
| ErrorFieldValue |
Error Field Value | 0..1 | Field | udt:TextType | |
| ErrorFieldDescription |
Description of the 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.73. IncentiveTransactionErrorDetail
<IncentiveTransactionErrorDetail>
<ErrorCode>......</ErrorCode> [0..1]
<ErrorFieldName>......</ErrorFieldName> [0..1]
<ErrorFieldValue>......</ErrorFieldValue> [0..1]
<ErrorFieldDescription>......</ErrorFieldDescription> [0..1]
</IncentiveTransactionErrorDetail>