next up previous
Next: Logging Client API Up: Application Program Interfaces Previous: Introduction

CMLOG Error Code

All CMLOG APIs use a set of error code to describe the execution status of a method. Table 2 and Table 3 summarize of the error code which can be found in cmlog.h.

CMLOG_NOTCONSERVER 80
Cannot connect to server.
CMLOG_NOTFOUNDSERVER 81
Cannot find server anywhere.
CMLOG_CONN_TIMEOUT 82
Connection timeout.
CMLOG_FILTERED 83
Logging messages have been filtered.
CMLOG_NOFILTERING 84
No filtering applied.
CMLOG_DROPPED 85
Messages are dropped.
CMLOG_BADIO 86
Writing/reading on a bad socket.
CMLOG_OVERFLOW 87
Messages overflow the buffer (vxWorks).
CMLOG_INCOMPLETE 88
Unfinished IO.
CMLOG_CBK_FINISHED 89
IO request is finished.
CMLOG_QUERY_PAUSED 90
Query callback paused by the browser.
CMLOG_QUERYMSG_ERR 91
Query Message Syntax error.
CMLOG_THREAD_ERR 92
Query Thread Initialization error.
CMLOG_QUERY_CANCELED 93
Long Query Request is Canceled.

Table 3: More error codes of cmlog system.


next up previous
Next: Logging Client API Up: Application Program Interfaces Previous: Introduction
Jie chen
2001-10-22