ITK Function Reference

(V10000.1.0.60_20160308.00)
res_errors.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
12 /* */
13 
14 #ifndef RES_ERRORS_H_INCLUDED
15 #define RES_ERRORS_H_INCLUDED
16 
17 #include <common/emh_const.h>
18 #include <res/libres_exports.h>
19 
26 #define RES_ERROR_BASE EMH_RES_error_base
27 #define RES_INVALID_ACTION RES_ERROR_BASE + 1
28 #define RES_NO_OBJECT_TO_PASTE RES_ERROR_BASE + 2
29 #define RES_NO_DATASET_FOUND RES_ERROR_BASE + 3
30 #define RES_NO_OBJECT_TO_RESERVE RES_ERROR_BASE + 4
31 #define RES_NO_PROJECTID RES_ERROR_BASE + 5
32 #define RES_NO_REASON RES_ERROR_BASE + 6
33 #define RES_NO_DIRECTORY_NAME RES_ERROR_BASE + 7
34 #define RES_CREATE_ERROR RES_ERROR_BASE + 8
35 #define RES_OBJECT_IS_RESERVED RES_ERROR_BASE + 9
36 #define RES_NO_RESERVATION_SELECTED RES_ERROR_BASE + 10
37 #define RES_NO_OBJECT_SELECTED RES_ERROR_BASE + 11
38 #define RES_SUBMIT_ERROR RES_ERROR_BASE + 12
39 #define RES_UNRESERVE_ERROR RES_ERROR_BASE + 13
40 #define RES_DESTROY_ERROR RES_ERROR_BASE + 14
41 #define RES_OBJECTS_NOT_RESERVED RES_ERROR_BASE + 15
42 #define RES_IS_RESERVED RES_ERROR_BASE + 16
43 #define RES_UNABLE_TO_SAVE RES_ERROR_BASE + 17
44 #define RES_INVALID_FILE_NAME RES_ERROR_BASE + 18
45 #define RES_UNABLE_TO_DESTROY RES_ERROR_BASE + 19
46 #define RES_IS_NOT_RESERVER RES_ERROR_BASE + 20
47 #define RES_FIND_RESERVATION_ERROR RES_ERROR_BASE + 21
48 #define RES_ERROR_GET_RESERVATION_TYPE RES_ERROR_BASE + 22
49 #define RES_NOT_A_DATASET RES_ERROR_BASE + 23
50 #define RES_ERROR_FIND_RESERVER RES_ERROR_BASE + 24
51 #define RES_CANT_CREATE_OPEN RES_ERROR_BASE + 25
52 #define RES_REMOVE_CHECKED_OUT_FILES RES_ERROR_BASE + 26
53 #define RES_NO_PRIVILEGE RES_ERROR_BASE + 27
54 #define RES_PURGE_NOT_ALLOW RES_ERROR_BASE + 28
55 #define RES_LONG_FILE_NAME RES_ERROR_BASE + 29
56 
57 #define RES_USER_ALREADY_IN_NOTIFYLIST RES_ERROR_BASE + 30
58 #define RES_NO_CHANGEID RES_ERROR_BASE + 31
59 #define RES_NO_EXPORT_DIRECTORY RES_ERROR_BASE + 32
60 #define RES_ALREADY_IN_NOTIFYLIST RES_ERROR_BASE + 33
61 #define RES_USER_NOT_IN_NOTIFYLIST RES_ERROR_BASE + 34
62 #define RES_NOTIFYLIST_EMPTY RES_ERROR_BASE + 35
63 #define RES_REMOVE_FROM_NOTIFYLIST RES_ERROR_BASE + 36
64 #define RES_NOTIFICATION_ERROR RES_ERROR_BASE + 37
65 #define RES_CHECKOUT_HISTORY_ERROR RES_ERROR_BASE + 38
66 #define RES_ADD_TO_NOTIFYLIST RES_ERROR_BASE + 39
67 
68 #define RES_GRM_RELATION RES_ERROR_BASE + 41
69 #define RES_NOTIFYLIST_ERROR RES_ERROR_BASE + 42
70 #define RES_NO_DATA_TO_EXPORT RES_ERROR_BASE + 43
71 #define RES_INVALID_DATE RES_ERROR_BASE + 44
72 #define RES_NO_AUDIT_FILE RES_ERROR_BASE + 45
73 
74 #define RES_CANT_RESTORE_OBJECT RES_ERROR_BASE + 48
75 #define RES_CANT_DELETE_RESERVATION RES_ERROR_BASE + 49
76 #define RES_NO_CHANGE_IDS RES_ERROR_BASE + 40
77 #define RES_ERROR_SET_RESERVATION_ATTRIBUTES RES_ERROR_BASE + 50
78 #define RES_CANT_CO_ARCHIVED RES_ERROR_BASE + 51
79 #define RES_EXPORTED_ON_CHECKOUT RES_ERROR_BASE + 52
80 #define RES_UNSUPPORTED_TYPE RES_ERROR_BASE + 53
81 #define RES_LISTCO_DISALLOWED RES_ERROR_BASE + 54
82 
83 #define RES_NO_SELF_TRANSFER RES_ERROR_BASE + 56
84 #define RES_USER_NOT_MEMBER_OF_GROUP RES_ERROR_BASE + 57
85 #define RES_SELECT_USER_FROM_LIST RES_ERROR_BASE + 58
86 #define RES_RESERVED_OBJECT_EXISTS RES_ERROR_BASE + 59
87 #define RES_REFERENCED_BY_RESERVATION RES_ERROR_BASE + 60
88 #define RES_CCO_NOT_SUPPORTED RES_ERROR_BASE + 61
89 #define RES_EXPORT_UNMODIFIABLE RES_ERROR_BASE + 62
90 #define RES_SA_PRIVILEGE RES_ERROR_BASE + 63
91 #define RES_INVALID_USERID RES_ERROR_BASE + 64
92 #define RES_INVALID_RESERVATION_TYPE RES_ERROR_BASE + 65
93 #define RES_INVALID_RESERVATION_STATE RES_ERROR_BASE + 66
94 #define RES_LISTCO_ONE_DIALOG RES_ERROR_BASE + 67
95 
96 #define RES_CANT_CHECKOUT_NON_WSOS RES_ERROR_BASE + 68
97 #define RES_NOTHING_IMPORTED RES_ERROR_BASE + 69
98 
99 #define RES_INVALID_RELATION RES_ERROR_BASE + 70
100 #define RES_NULL_RELATION_FIELD RES_ERROR_BASE + 71
101 #define RES_INVALID_TYPE RES_ERROR_BASE + 72
102 #define RES_NULL_TYPE_FIELD RES_ERROR_BASE + 73
103 #define RES_NO_VALID_OBJECT_SELECTED RES_ERROR_BASE + 74
104 #define RES_NO_IR_TO_EXPLORE RES_ERROR_BASE + 75
105 #define RES_EXPLORE_IR_NOT_SUPPORT RES_ERROR_BASE + 76
106 #define RES_NO_GROUP_ADMIN RES_ERROR_BASE + 77
107 #define RES_REPLICA_OUT_OF_DATE RES_ERROR_BASE + 78
108 #define RES_SITE_HAS_NO_WRITE_ACCESS RES_ERROR_BASE + 79
109 #define RES_IS_REMOTE_RESERVATION RES_ERROR_BASE + 80
110 #define RES_ITEM_NOT_REMOTE_CHECKED_OUT RES_ERROR_BASE + 81
111 #define RES_USER_HAS_NO_WRITE_ACCESS RES_ERROR_BASE + 82 /* 32082 */
112 #define RES_IN_LOCAL_PROCESS RES_ERROR_BASE + 83
113 #define RES_NO_CHECKOUT_OF_MASTER_REPLICA RES_ERROR_BASE + 84
114 #define RES_REPLICA_RESERVED_BUT_NOT_MASTER RES_ERROR_BASE + 85 /* 32085 */
115 #define RES_TRANSFERCHECKOUT_NOTIFICATION_ERROR RES_ERROR_BASE + 86
116 #define RES_CI_REPLICA_BVR_BEFORE_BV RES_ERROR_BASE + 87
117 
118 #define RES_REPLICA_LOCAL_RESERVED RES_ERROR_BASE + 88
119 #define RES_SITE_NOT_HUB RES_ERROR_BASE + 89
120 #define RES_OBJECT_NOT_SITE_RESERVED RES_ERROR_BASE + 90
121 #define RES_SITE_CHECKOUT_TO_LOCAL_SITE RES_ERROR_BASE + 91
122 #define RES_SITE_UNSUPPORTED_TYPE RES_ERROR_BASE + 92
123 #define RES_UNEXPECTED_EXPORT_RECORD_STATUS RES_ERROR_BASE + 93
124 #define RES_REPLICA_NOT_SITE_RESERVED RES_ERROR_BASE + 94
125 #define RES_SITE_CHECKOUT_NOT_LOCAL_CHECKOUT RES_ERROR_BASE + 95
126 #define RES_RESERVE_TO_OTHER_SITE RES_ERROR_BASE + 96
127 #define RES_SITE_RESERVED_DISALLOW_REMOTE RES_ERROR_BASE + 97
128 #define RES_OBJECT_SITE_RESERVED RES_ERROR_BASE + 98
129 
130 #define RES_REV_ID_ALREADY_EXISTS RES_ERROR_BASE + 200
131 #define RES_OBJECT_NOT_REPLICA RES_ERROR_BASE + 201
132 #define RES_OBJECT_INCONSISTENT_OWNERSHIP RES_ERROR_BASE + 202 /* 32202 */
133 #define RES_INCONSISTENT_REMOTE_CO RES_ERROR_BASE + 203
134 #define RES_REMOTE_CI_FAILED RES_ERROR_BASE + 204
135 #define RES_LOCAL_CI_FAILED RES_ERROR_BASE + 205
136 #define RES_GMS_SITE RES_ERROR_BASE + 206
137 #define RES_REMOTE_CI_ATTACH_OBJ_CO RES_ERROR_BASE + 207
138 #define RES_USER_NOT_LOCAL_CO RES_ERROR_BASE + 208
139 
142 #include <res/libres_undef.h>
143 #endif