jdl-api-cpp-3.4.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
exception_codes.h
Go to the documentation of this file.
1 /*
2 Copyright (c) Members of the EGEE Collaboration. 2004.
3 See http://www.eu-egee.org/partners/ for details on the
4 copyright holders.
5 
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9 
10  http://www.apache.org/licenses/LICENSE-2.0
11 
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15 either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 */
19 
20 #ifndef GLITE_WMS_COMMON_REQUESTAD_EXCEPTION_CODES_H
21 #define GLITE_WMS_COMMON_REQUESTAD_EXCEPTION_CODES_H
22  /*
23  * exception_codes.h
24  * Copyright (c) 2001 The European Datagrid Project - IST programme, all rights reserved.
25  * Contributors are mentioned in the code where appropriate.
26  */
27 #include "glite/wmsutils/exception/exception_codes.h"
28 
29 namespace glite {
30 namespace jdl {
31 
32  enum{
33  WMS_JDLFULL= glite::wmsutils::exception::WMS_REQUESTAD_ERROR_BASE+1, //full attribute
34  WMS_JDLEMPTY, //empty attribute
35  WMS_JDLMISMATCH, //JDL mistake Error
36  WMS_JDL_MEMBER, //Wrong JDL Member-IsMember Usage
37  WMS_JDLMANDATORY, //Mandatory attribute Error
45  WMS_DAG_CHECK //while retrieving Dag submission strings
46  };
47 
48 } // jdl namespace
49 } // glite namespace
50 
51 #endif
52 // EOF
Definition: exception_codes.h:42
Definition: exception_codes.h:39
Definition: exception_codes.h:36
Definition: exception_codes.h:38
Definition: exception_codes.h:44
Definition: exception_codes.h:45
Definition: exception_codes.h:43
Definition: exception_codes.h:41
Definition: exception_codes.h:40
Definition: exception_codes.h:35
Definition: exception_codes.h:33
Definition: exception_codes.h:37
Definition: exception_codes.h:34