The TransmissionReturnCode enumeration contains a integer value which indicates the state of the current transaction:
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Ok | 0 | Ok (0) - The transaction was successful | |
OkWithSwitch | 1 | OkWithSwitch (1) - The transaction succeeded, and the runtime switched to another system | |
Failed | 2 | Failed (2) - The transaction failed | |
DataModelVersionCheckFailed | 3 | DataModelVersionCheckFailed (3) - The specified DataModel is out of sync with the runtime version |
See Also