![]() | Message |
The MessageErrorContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(MessageErrorCode) | Adds a syntax error code to the error codes collection. |
![]() | Add(SegmentErrorContext) | Merges EDI segment contexts into the errors collection. |
![]() | AddRange(IEnumerableMessageErrorCode) | Merges error codes into the error codes collection. |
![]() | AddRange(IEnumerableSegmentErrorContext) | Merges an EDI segment context into the errors collection. There can be only one reference for a segment, containing all the errors for that segment. A segment is identified by its name (or segment ID) and its position. |
![]() | Flatten | Flattens the error hierarchy. Iterates through all errors in all contexts and outputs an easy to read error message for each error or code found. |
![]() | Sort | Sorts the EDI segment error contexts by position |