|
ReaderErrorCode Enumeration
|
The reader error codes.
According to X12 TA1.
Namespace:
EdiFabric.Core.ErrorCodes
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic enum ReaderErrorCode
Public Enumeration ReaderErrorCode
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
N/A
|
| InvalidSpecOrAssembly | 1 |
When the EDI rule cannot be loaded (custom).
|
| InvalidControlStructure | 2 |
022
Invalid control structure
|
| ImproperEndOfFile | 3 |
023
Improper end of file
|
| InvalidInterchangeContent | 4 |
024
Invalid interchange content
|
| DemoVersion | 5 |
It's a demo version
|
See Also