Gets or sets the error code that indicates the type of error that
occured.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual CicaDocumentErrorCode ErrorCode { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property ErrorCode As CicaDocumentErrorCode |
Visual C++ |
---|
public: virtual property CicaDocumentErrorCode ErrorCode { CicaDocumentErrorCode get (); void set (CicaDocumentErrorCode value); } |
Property Value
Code that describes the type of error that occured. The default value is Invalid.Remarks
This property is equivalent to the Error Code primitive (P48_9) in the Document Error block (B53_2) in the Document Response module (M92).
The ErrorCodeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The ErrorCodeSpecified property is automatically set to true when this property is set.