CMSG_OK |
No error. |
CMSG_ERROR |
Generic error. |
CMSG_TIMEOUT |
Timeout. |
CMSG_NOT_IMPLEMENTED |
Feature not implemented. |
CMSG_BAD_ARGUMENT |
Function argument(s) have illegal value. |
CMSG_BAD_FORMAT |
Function argument(s) in wrong format. |
CMSG_BAD_DOMAIN_TYPE |
Domain type not supported. |
CMSG_ALREADY_EXISTS |
Unique item already exists. |
CMSG_NOT_INITIALIZED |
Connection not established - call cMsgConnect. |
CMSG_ALREADY_INIT |
Connection already established. |
CMSG_LOST_CONNECTION |
No network connection to cMsg server. |
CMSG_NETWORK_ERROR |
Communication error talking to server. |
CMSG_SOCKET_ERROR |
Error setting TCP socket option(s). |
CMSG_PEND_ERROR |
Error when waiting for messages to arrive. |
CMSG_ILLEGAL_MSGTYPE |
Received illegal message type. |
CMSG_OUT_OF_MEMORY |
No more memory available. |
CMSG_OUT_OF_RANGE |
Argument out of acceptable range. |
CMSG_LIMIT_EXCEEDED |
Trying to create too many of an item. |
CMSG_BAD_DOMAIN_ID |
Id does not match any existing domain. |
CMSG_BAD_MESSAGE |
Message is not in the correct form. |
CMSG_WRONG_DOMAIN_TYPE |
UDL does not match the server type. |
CMSG_NO_CLASS_FOUND |
Java class cannot be found to instantiate subdomain handler. |
CMSG_DIFFERENT_VERSION |
Client and server are different cMsg versions. |
CMSG_WRONG_PASSWORD |
Wrong password given. |
CMSG_SERVER_DIED |
Server died. |
CMSG_ABORT |
Abort effort. |