fred-mod-whoisd
Macros
Definition of corba status codes.

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
 

Detailed Description

Theese are used in apache module to analyze what happened during corba call. Appropriate apache log message is then generated if needed.

Macro Definition Documentation

◆ CORBA_INTERNAL_ERROR

#define CORBA_INTERNAL_ERROR   5

Internal error == malloc failed.

◆ CORBA_OK

#define CORBA_OK   0

No error occured.

◆ CORBA_OK_AUCTION_PENDING

#define CORBA_OK_AUCTION_PENDING   2

No error, but domain is auctioned.

◆ CORBA_OK_BLACKLISTED

#define CORBA_OK_BLACKLISTED   3

No error, but domain is blacklisted.

◆ CORBA_OK_LIMIT

#define CORBA_OK_LIMIT   1

No error, but limit on # of objects was reached.

◆ CORBA_SERVICE_FAILED

#define CORBA_SERVICE_FAILED   4

Could not obtain object's reference.

◆ CORBA_UNKNOWN_ERROR

#define CORBA_UNKNOWN_ERROR   6

Unknown error returned over CORBA.