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