]> Creatis software - clitk.git/blob - cmake/gengetopt/errorcodes.h
auto generate dicom file UIDs when new series/study is specified
[clitk.git] / cmake / gengetopt / errorcodes.h
1 //
2 // C++ Interface: errorcodes
3 //
4 // Description: 
5 //
6 //
7 // Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2004
8 //
9 // Copyright: See COPYING file that comes with this distribution
10 //
11 //
12
13 #ifndef ERRORCODES_H
14 #define ERRORCODES_H
15
16 #define NOT_ENOUGH_MEMORY 1
17 #define REQ_LONG_OPTION 2
18 #define REQ_SHORT_OPTION 3
19 #define FOUND_BUG 4
20 #define GROUP_UNDEFINED 5
21 #define INVALID_DEFAULT_VALUE 6
22 #define NOT_REQUESTED_TYPE 7
23 #define NOT_VALID_SPECIFICATION 8
24 #define SPECIFY_FLAG_STAT 9
25 #define NOT_GROUP_OPTION 10
26 #define SPECIFY_GROUP 11
27 #define INVALID_NUMERIC_VALUE 12
28 #define INVALID_ENUM_TYPE_USE 13
29 #define MODE_UNDEFINED 14
30 #define NOT_MODE_OPTION 15
31 #define SPECIFY_MODE 16
32 #define HELP_REDEFINED 17
33 #define VERSION_REDEFINED 18
34
35 #endif