Specifies the reason a CICA document was not accepted.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaDocumentErrorCode |
Visual Basic (Declaration) |
---|
Public Enumeration CicaDocumentErrorCode |
Visual C++ |
---|
public enum class CicaDocumentErrorCode |
Members
Member name | Description | |
---|---|---|
Invalid |
Indicates value has not been initialized or is invalid.
| |
Other |
Other
(CICA Code: O) | |
ReferentialIntegrity |
Referential Integrity
(CICA Code: RI) | |
Validation |
Validation
(CICA Code: V) | |
Wellformed |
Wellformed
(CICA Code: W) |
Remarks
Equivalent to the ASC X12 CICA Primitive called Reason Code_9 (P48_9). Used to specify the reason a document was not accepted.
Used by the DocumentAcknowledgment.ErrorCode and the DocumentError.ErrorCode properties.