Solclient
ReturnCode Enumeration |
The return code from certain API calls.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
SOLCLIENT_OK | 0 | The API call was successful. | |
SOLCLIENT_WOULD_BLOCK | 1 | An API call would block, but non-blocking was requested. | |
SOLCLIENT_IN_PROGRESS | 2 | The API call is in progress (non-blocking mode). | |
SOLCLIENT_NOT_READY | 3 | The API could not complete because the object is not ready (for example, the session is not connected). | |
SOLCLIENT_EOS | 4 | A get next operation on structured container returned End-of-Stream. | |
SOLCLIENT_NOT_FOUND | 5 | A get for a named field in a MAP was not found. | |
SOLCLIENT_NOEVENT | 6 | The context had no events to process. | |
SOLCLIENT_INCOMPLETE | 7 | The API call completed some, but not all, of the requested function. | |
SOLCLIENT_ROLLBACK | 8 | Commit returns this when the transaction has already been rolled back. | |
SOLCLIENT_FAIL | -1 | The API call failed. |
See Also