 | SegmentErrorContext Class |
Information for the data, error codes and the context of the EDI segments that failed.
Inheritance Hierarchy Namespace: EdiFabric.Core.Model.Edi.ErrorContextsAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax[SerializableAttribute]
public sealed class SegmentErrorContext : ErrorContext
<SerializableAttribute>
Public NotInheritable Class SegmentErrorContext
Inherits ErrorContext
The SegmentErrorContext type exposes the following members.
Constructors | Name | Description |
---|
 | SegmentErrorContext |
Initializes a new instance of the SegmentErrorContext class.
|
 | SegmentErrorContext(String, Int32, String, TypeInfo) |
Initializes a new instance of the SegmentErrorContext class.
|
 | SegmentErrorContext(String, Int32, String, TypeInfo, SegmentErrorCode, String) |
Initializes a new instance of the SegmentErrorContext class.
|
 | SegmentErrorContext(String, Int32, String, TypeInfo, String, String) |
Initializes a new instance of the SegmentErrorContext class.
|
 | SegmentErrorContext(String, Int32, String, TypeInfo, String, SegmentErrorCode, String) |
Initializes a new instance of the SegmentErrorContext class.
|
Top
Properties | Name | Description |
---|
 | Codes |
The syntax error codes.
|
 | Errors |
The EDI data element error contexts.
|
 | LoopId |
The Loop ID.
|
 | Name |
The EDI segment ID.
|
 | Position |
The numerical count position of the EDI segment from the start of the EDI transaction set.
The EDI transaction set header is count position 1.
|
 | SpecRef |
The spec reference.
|
 | SpecType |
The EDI segment type in the spec.
|
 | Value |
The EDI segment line.
|
Top
Methods
See Also