Click or drag to resize

ReaderErrorCode Enumeration

The reader error codes. According to X12 TA1.

Namespace: EdiFabric.Core.ErrorCodes
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public enum ReaderErrorCode
Members
Member nameValueDescription
Unknown0 N/A
InvalidSpecOrAssembly1 When the EDI rule cannot be loaded (custom).
InvalidControlStructure2 022 Invalid control structure
ImproperEndOfFile3 023 Improper end of file
InvalidInterchangeContent4 024 Invalid interchange content
DemoVersion5 It's a demo version
Canceled6 When the read operation was canceled by the caller
See Also