Gets or sets the error code that indicates the type of error that occured.

Namespace:  BargeEx
Assembly:  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 Acknowledgment Error Block_1 (B53_1).

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.

See Also