fred-mod-whoisd
|
Macros | |
#define | CORBA_OK 0 |
#define | CORBA_OK_LIMIT 1 |
#define | CORBA_SERVICE_FAILED 2 |
#define | CORBA_INTERNAL_ERROR 3 |
#define | CORBA_UNKNOWN_ERROR 4 |
Theese are used in apache module to analyze what happened during corba call. Appropriate apache log message is then generated if needed.
#define CORBA_INTERNAL_ERROR 3 |
Internal error == malloc failed.
#define CORBA_OK 0 |
No error occured.
#define CORBA_OK_LIMIT 1 |
No error, but limit on # of objects was reached.
#define CORBA_SERVICE_FAILED 2 |
Could not obtain object's reference.
#define CORBA_UNKNOWN_ERROR 4 |
Unknown error returned over CORBA.