Specifies the result code returned by the
BargeExService.UpdateDataMapping
method.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum UpdateDataMappingReturnCode |
Visual Basic (Declaration) |
---|
Public Enumeration UpdateDataMappingReturnCode |
Visual C++ |
---|
public enum class UpdateDataMappingReturnCode |
Members
Member name | Description | |
---|---|---|
UnknownError |
An unknown error occurred.
| |
Success |
The data mapping was successfully updated.
| |
FailedAuthentication |
The user credentials specified (i.e. the
TradingPartnerNumber,
the UserName, and/or the
Password
properties) are incorrect.
| |
MasterValueRecordNotFound |
The indicated BargeEx Master Value could not be found. This error
will only occur if the SenderTradingPartnerNum is not specified.
| |
DuplicateCustomValue |
The indicated Custom Value has already been used in an existing
BargeEx Master Mapping.
| |
ValueToMapTooLong |
The indicated ValueToMap is too long.
| |
CustomValueTooLong |
The indicated CustomValue is too long.
| |
InvalidSenderTradingPartnerNumber |
The indicated Sender Trading Partner Number is invalid.
|
Remarks
BargeExService.UpdateDataMapping
returns a
UpdateDataMappingReturnCode
value to indicate if the method call was successful.