fred-mod-whoisd-3.10.0
|
Theese are used in apache module to analyze what happened during corba call. More...
Defines | |
#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_INTERNAL_ERROR 3 |
Internal error == malloc failed. | |
#define | CORBA_UNKNOWN_ERROR 4 |
Unknown error returned over CORBA. |
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.
Referenced by process_whois_query().
#define CORBA_OK 0 |
No error occured.
Referenced by get_contact_by_handle(), get_domain_by_attr(), get_domain_by_handle(), get_keyset_by_attr(), get_keyset_by_handle(), get_nsset_by_attr(), get_nsset_by_handle(), get_registrar_by_handle(), log_whois_request(), process_whois_query(), recurse_domain(), recurse_keyset(), recurse_nsset(), translate_status(), whois_close_log_message(), whois_corba_call(), and whois_log_new_message().
#define CORBA_OK_LIMIT 1 |
No error, but limit on # of objects was reached.
Referenced by log_whois_request(), process_whois_query(), recurse_domain(), recurse_keyset(), recurse_nsset(), and whois_corba_call().
#define CORBA_SERVICE_FAILED 2 |
Could not obtain object's reference.
Referenced by get_contact_by_handle(), get_domain_by_attr(), get_domain_by_handle(), get_keyset_by_attr(), get_keyset_by_handle(), get_nsset_by_attr(), get_nsset_by_handle(), get_registrar_by_handle(), process_whois_query(), translate_status(), whois_close_log_message(), and whois_log_new_message().
#define CORBA_UNKNOWN_ERROR 4 |
Unknown error returned over CORBA.