Specifies the result code returned by the BargeExService.GetNextDocument method.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public enum GetNextDocumentReturnCode
Visual Basic (Declaration)
Public Enumeration GetNextDocumentReturnCode
Visual C++
public enum class GetNextDocumentReturnCode

Members

Member nameDescription
UnknownError
An unknown error occurred.
Success
The method was executed successfully and a document was returned.
FailedAuthentication
The user credentials specified (i.e. the TradingPartnerNumber, the UserName, and/or the Password properties) are incorrect.
NoMoreDocuments
The method was executed successfully, but there are no documents available for retrieval at this time.

Remarks

BargeExService.GetNextDocument returns a GetNextDocumentReturnCode value to indicate if the method call was successful.

See Also