Specifies the result code returned by the BargeExService.Test, BargeExService.GetNextDocument, and BargeExService.AcknowledgeDocument methods.

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

Syntax

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

Members

Member nameDescription
UnknownError
An unknown error occurred.
Success
The method was executed successfully.
FailedAuthentication
The user credentials specified (i.e. the TradingPartnerNumber, the UserName, and/or the Password properties) are incorrect.

Remarks

BargeExService.Test, BargeExService.GetNextDocument, and BargeExService.AcknowledgeDocument return a StandardReturnCode value to indicate if the method call was successful. Anything other than Success is considered an error.

See Also