00001 #ifndef EDG_WORKLOAD_COMMON_LDIF2CLASSAD_EXCEPTION_CODES_H
00002 #define EDG_WORKLOAD_COMMON_LDIF2CLASSAD_EXCEPTION_CODES_H
00003
00004
00005
00006
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 }
00024 }
00025 }
00026 }
00027 #endif
00028
00029