ValidationErrorDetail Type
Details of the validation error.
Remarks
After Validate is called the ValidationErrors property is populated with details of each error that was encountered. Examine the fields for specific information on the type of error encountered.
Fields
Column Integer |
The column number in the EDI document where the error occurred. This value may be used in conjunction with the Line field to determine the exact location within the EDI document where the error occurred. | ||||||||||||||||||||||||||||||||||||||||||||||
ElementErrorCode String |
The error code which may be used in the IK403 field of a 999. Note: This field is specific to X12 documents and is not applicable to other document types. | ||||||||||||||||||||||||||||||||||||||||||||||
ElementPosition Integer |
This field holds the position of the element where the error occurred. | ||||||||||||||||||||||||||||||||||||||||||||||
ErrorCode Integer |
The ErrorCode field contains the type of error encountered. Possible values are:
| ||||||||||||||||||||||||||||||||||||||||||||||
Line Integer |
The line number in the EDI document where the error occurred. This value may be used in conjunction with the Column field to determine the exact location within the EDI document where the error occurred. | ||||||||||||||||||||||||||||||||||||||||||||||
Message String |
Message is a textual description of the error. | ||||||||||||||||||||||||||||||||||||||||||||||
SegmentErrorCode String |
The error code which may be used in the IK304 field of a 999. Note: This field is specific to X12 documents and is not applicable to other document types. | ||||||||||||||||||||||||||||||||||||||||||||||
SegmentNumber Integer |
This field is the index of the segment where the error occurred. | ||||||||||||||||||||||||||||||||||||||||||||||
SegmentTag String |
This field specifies the tag name of the segment where the error occurred. | ||||||||||||||||||||||||||||||||||||||||||||||
TechnicalErrorCode String |
This field holds a technical error code that helps identify structural issues with the document. For instance when parsing an X12 document this will hold values that may be used for TA1 error codes. Note: This field is specific to X12 documents and is not applicable to other document types. Possible values are:
|