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

exception_codes.h

00001 #ifndef  EDG_WORKLOAD_COMMON_REQUESTAD_EXCEPTION_CODES_H
00002 #define EDG_WORKLOAD_COMMON_REQUESTAD_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 // #include "edg/workload/common/common_namespace.h"
00009 #include "edg/workload/common/utilities/exception_codes.h"
00010 #include  "edg/workload/common/requestad/requestad_namespace.h"
00011 
00012 // COMMON_NAMESPACE_BEGIN{ //Defining UserInterFace NameSpace
00013 // namespace requestad{
00014 COMMON_REQUESTAD_NAMESPACE_BEGIN  //Defining UserInterFace NameSpace
00015    enum{
00016         WL_JDLFULL= edg::workload::common::utilities::WL_REQUESTAD_ERROR_BASE+1,   //full attribute
00017         WL_JDLEMPTY, //empty attribute
00018         WL_JDLMISMATCH, //JDL mistake Error
00019         WL_JDL_MEMBER, //Wrong JDL Member-IsMember Usage
00020         WL_JDLMANDATORY, //Mandatory attribute Error
00021         WL_JDLSYN,
00022         WL_JDLPARSE,
00023         WL_JDLGROUP,
00024         WL_JDLDUPLICATE,
00025         WL_JOBADSCHEMA,
00026         WL_JOBADSCH_GET,
00027         WL_DAG_CHECK  //while retrieving Dag submission strings
00028    };
00029 } // namespace requestad
00030 } COMMON_NAMESPACE_END  //Closing  UserInterFace NameSpace
00031 #endif
00032 // 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