Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

exception_codes.h

00001 #ifndef  EDG_WORKLOAD_COMMON_LDIF2CLASSAD_EXCEPTION_CODES_H
00002 #define EDG_WORKLOAD_COMMON_LDIF2CLASSAD_EXCEPTION_CODES_H
00003 /*
00004  * exception_codes.h
00005  * Copyright (c) 2001 The European Datagrid Project - IST programme, all rights reserved.
00006  * Contributors are mentioned in the code where appropriate.
00007  */
00008 
00009 #include "edg/workload/common/utilities/exception_codes.h"
00010 
00011 namespace edg {
00012 namespace workload {
00013 namespace common {
00014 namespace ldif2classad {
00015 
00016 enum {
00017       LDAP_FATAL_ERROR = edg::workload::common::utilities::WL_LDAP_ERROR_BASE +1 ,
00018       LDAP_CONNECTION_ERROR,
00019       LDAP_QUERY_ERROR,
00020       LDAP_UNDEFINED_VALUE_ERROR
00021 };
00022 
00023 } // namespace ldif2classad
00024 } // namespace common
00025 } // namespace workload
00026 } // namespace edg
00027 #endif
00028 
00029 // EOF

Generated on Fri May 14 14:18:25 2004 for COMMON API - configuration, jobid, ldif2classadi, logger, process, requestad, socket++i, task, utilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002