10.24.0

ReturnCode Enumeration

The return code from certain API calls.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public enum ReturnCode

Members

SOLCLIENT_OK0 The API call was successful.
SOLCLIENT_WOULD_BLOCK1 An API call would block, but non-blocking was requested.
SOLCLIENT_IN_PROGRESS2 The API call is in progress (non-blocking mode).
SOLCLIENT_NOT_READY3 The API could not complete because the object is not ready (for example, the session is not connected).
SOLCLIENT_EOS4 A get next operation on structured container returned End-of-Stream.
SOLCLIENT_NOT_FOUND5 A get for a named field in a MAP was not found.
SOLCLIENT_NOEVENT6 The context had no events to process.
SOLCLIENT_INCOMPLETE7 The API call completed some, but not all, of the requested function.
SOLCLIENT_ROLLBACK8Commit returns this when the transaction has already been rolled back.
SOLCLIENT_FAIL-1 The API call failed.

See Also