ITK Function Reference

(V10000.1.0.60_20160308.00)
libschmgt_errors.h
Go to the documentation of this file.
1 
8 #ifndef SCHMGT_ERRORS_H
9 #define SCHMGT_ERRORS_H
10 
11 #ifndef EMH_CONST_H
12  #include <common/emh_const.h>
13 #endif
14 
15 #include <schmgt/libschmgt_exports.h>
16 
23 #define SCHMGT_ERROR_BASE EMH_SCHMGT_error_base
24 
25 #define SCHMGT_not_initialized (SCHMGT_ERROR_BASE + 1)
26 #define SCHMGT_invalid_parameters (SCHMGT_ERROR_BASE + 2)
27 #define SCHMGT_schedule_with_id_already_exists (SCHMGT_ERROR_BASE + 3)
28 #define SCHMGT_schedule_revision_already_exists (SCHMGT_ERROR_BASE + 4)
29 #define SCHMGT_task_with_id_already_exists (SCHMGT_ERROR_BASE + 5)
30 #define SCHMGT_task_revision_already_exists (SCHMGT_ERROR_BASE + 6)
31 #define SCHMGT_some_task_revisions_could_not_be_deleted (SCHMGT_ERROR_BASE + 7)
32 #define SCHMGT_some_tasks_could_not_be_deleted (SCHMGT_ERROR_BASE + 8)
33 #define SCHMGT_some_tasks_could_not_be_updated (SCHMGT_ERROR_BASE + 9)
34 #define SCHMGT_task_has_invalid_parent (SCHMGT_ERROR_BASE + 10)
35 #define SCHMGT_cost_form_with_id_already_exists (SCHMGT_ERROR_BASE + 11)
36 #define SCHMGT_invalid_user (SCHMGT_ERROR_BASE + 12)
37 #define SCHMGT_no_memberships_for_user (SCHMGT_ERROR_BASE + 13)
38 #define SCHMGT_no_memberships_for_schedule (SCHMGT_ERROR_BASE + 14)
39 #define SCHMGT_test_failed (SCHMGT_ERROR_BASE + 15)
40 #define SCHMGT_internal_error (SCHMGT_ERROR_BASE + 16)
41 #define SCHMGT_taskdependency_create_failed (SCHMGT_ERROR_BASE + 17)
42 #define SCHMGT_taskdependency_update_failure (SCHMGT_ERROR_BASE + 18)
43 #define SCHMGT_taskdependency_delete_failed (SCHMGT_ERROR_BASE + 19)
44 #define SCHMGT_schedulemember_create_failed (SCHMGT_ERROR_BASE + 20)
45 #define SCHMGT_schedulemember_update_failed (SCHMGT_ERROR_BASE + 21)
46 #define SCHMGT_schedulemember_no_delete (SCHMGT_ERROR_BASE + 22)
47 #define SCHMGT_schedulemember_warn_delete (SCHMGT_ERROR_BASE + 23)
48 #define SCHMGT_schedulemember_delete_failed (SCHMGT_ERROR_BASE + 24)
49 #define SCHMGT_resource_not_schedule_member (SCHMGT_ERROR_BASE + 25)
50 #define SCHMGT_cant_load_ets (SCHMGT_ERROR_BASE + 26)
51 #define SCHMGT_cant_find_ets_fn (SCHMGT_ERROR_BASE + 27)
52 #define SCHMGT_schedulemember_user_exists (SCHMGT_ERROR_BASE + 28)
53 #define SCHMGT_scheduledeliverable_exists (SCHMGT_ERROR_BASE + 29)
54 #define SCHMGT_workflow_properties_not_set (SCHMGT_ERROR_BASE + 30)
55 #define SCHMGT_parent_task_has_workflow (SCHMGT_ERROR_BASE + 31)
56 #define SCHMGT_task_with_subtask_cannot_have_wflw (SCHMGT_ERROR_BASE + 32)
57 #define SCHMGT_schedule_baseline_name_already_exists (SCHMGT_ERROR_BASE + 33)
58 #define SCHMGT_orphaned_schedule_baseline (SCHMGT_ERROR_BASE + 34)
59 #define SCHMGT_no_privilege_to_delete_object (SCHMGT_ERROR_BASE + 35)
60 #define SCHMGT_invalid_operation_direct_set (SCHMGT_ERROR_BASE + 36)
61 #define SCHMGT_resourceassignment_create_failed (SCHMGT_ERROR_BASE + 37)
62 #define SCHMGT_task_creation_failed (SCHMGT_ERROR_BASE + 38)
63 #define SCHMGT_task_copy_failed (SCHMGT_ERROR_BASE + 39)
64 #define SCHMGT_get_task_properties_failed (SCHMGT_ERROR_BASE + 40)
65 #define SCHMGT_get_tasks_in_schedule_failed (SCHMGT_ERROR_BASE + 41)
66 #define SCHMGT_schedule_not_revisable (SCHMGT_ERROR_BASE + 42)
67 #define SCHMGT_scheduletask_not_revisable (SCHMGT_ERROR_BASE + 43)
68 #define SCHMGT_no_privilege_to_create_object (SCHMGT_ERROR_BASE + 44)
69 #define SCHMGT_no_privilege_to_modify_object (SCHMGT_ERROR_BASE + 45)
70 #define SCHMGT_invalid_deliverable_type (SCHMGT_ERROR_BASE + 46)
71 #define SCHMGT_cannot_move_del_sch_summary_task (SCHMGT_ERROR_BASE + 47)
72 #define SCHMGT_summary_task_cannot_be_added (SCHMGT_ERROR_BASE + 48)
73 #define SCHMGT_schedule_with_old_copy (SCHMGT_ERROR_BASE + 49)
74 #define SCHMGT_master_schedule_is_part_of_another_master (SCHMGT_ERROR_BASE + 50)
75 #define SCHMGT_failed_to_checkout_license (SCHMGT_ERROR_BASE + 51)
76 #define SCHMGT_user_needs_author_license (SCHMGT_ERROR_BASE + 52)
77 #define SCHMGT_change_schedule_summary_task_type_failed (SCHMGT_ERROR_BASE + 53)
78 #define SCHMGT_CO_flow_not_correct (SCHMGT_ERROR_BASE + 54)
79 #define SCHMGT_CI_flow_not_correct (SCHMGT_ERROR_BASE + 55)
80 #define SCHMGT_Undo_flow_not_correct (SCHMGT_ERROR_BASE + 56)
81 #define SCHMGT_Duplicate_SubSchedule (SCHMGT_ERROR_BASE + 57)
82 #define SCHMGT_Task_can_not_SaveAs (SCHMGT_ERROR_BASE + 58)
83 #define SCHMGT_task_has_no_assignments (SCHMGT_ERROR_BASE + 59)
84 #define SCHMGT_failure_launching_workflow (SCHMGT_ERROR_BASE + 60)
85 #define SCHMGT_schedule_deleted (SCHMGT_ERROR_BASE + 61)
86 #define SCHMGT_undo_not_supported (SCHMGT_ERROR_BASE + 62)
87 #define SCHMGT_task_undo_not_supported (SCHMGT_ERROR_BASE + 63)
88 #define SCHMGT_circular_master_subschedule (SCHMGT_ERROR_BASE + 64)
89 #define SCHMGT_workflowtriggered_othersite (SCHMGT_ERROR_BASE + 65)
90 #define SCHMGT_remote_object_not_available (SCHMGT_ERROR_BASE + 66)
91 #define SCHMGT_WF_initiated_cannot_update_attributes (SCHMGT_ERROR_BASE + 67)
92 #define SCHMGT_owner_can_pub_unpublish_sch (SCHMGT_ERROR_BASE + 68)
93 #define SCHMGT_remote_export_not_support (SCHMGT_ERROR_BASE + 69)
94 #define SCHMGT_template_unpublish_sch_no_workflow (SCHMGT_ERROR_BASE + 70)
95 #define SCHMGT_timesheet_workflow_not_support (SCHMGT_ERROR_BASE + 71)
96 
97 #define SCHMGT_ActualStartDate_after_ActualEndDate (SCHMGT_ERROR_BASE + 72)
98 #define SCHMGT_ActualEndDate_Before_ActualStartDate (SCHMGT_ERROR_BASE + 73)
99 #define SCHMGT_Status_Cannot_Change_AS_PC100 (SCHMGT_ERROR_BASE + 74)
100 #define SCHMGT_WorkComplete_lessthan_ApprovedWork (SCHMGT_ERROR_BASE + 75)
101 #define SCHMGT_ActualStart_Beyond_PrefDate (SCHMGT_ERROR_BASE + 76)
102 #define SCHMGT_ActualFinish_Beyond_PrefDate (SCHMGT_ERROR_BASE + 77)
103 #define SCHMGT_PC_Cannotbe_morethan_100 (SCHMGT_ERROR_BASE + 78)
104 #define SCHMGT_CannotSettoNull_whenFinishAlready (SCHMGT_ERROR_BASE + 79)
105 #define SCHMGT_Status_hasto_beComplete (SCHMGT_ERROR_BASE + 80)
106 #define SCHMGT_PC_Cannotbe_lessthan_100 (SCHMGT_ERROR_BASE + 81)
107 #define SCHMGT_CannotSetFinish_whenStartNull (SCHMGT_ERROR_BASE + 82)
108 #define SCHMGT_assigned_to_inactive_users (SCHMGT_ERROR_BASE + 83)
109 #define SCHMGT_schedulemember_to_inactive_users (SCHMGT_ERROR_BASE + 84)
110 #define SCHMGT_Lock_LockedByOther (SCHMGT_ERROR_BASE + 85)
111 #define SCHMGT_Unlock_LockByOther (SCHMGT_ERROR_BASE + 86)
112 #define SCHMGT_Delete_OtherThenOrphaned (SCHMGT_ERROR_BASE + 87)
113 
114 #define SCHMGT_PROXY_TASK_SAME_SCHED (SCHMGT_ERROR_BASE + 88)
115 #define SCHMGT_TASK_HAS_PROXY (SCHMGT_ERROR_BASE + 89)
116 #define SCHMGT_Invalid_Argument (SCHMGT_ERROR_BASE + 90)
117 #define SCHMGT_task_deleted (SCHMGT_ERROR_BASE + 91)
118 #define SCHMGT_no_summary_exec_update (SCHMGT_ERROR_BASE + 92)
119 #define SCHMGT_no_orphaned_exec_update (SCHMGT_ERROR_BASE + 93)
120 #define SCHMGT_shift_schedule_non_interactive_ERROR (SCHMGT_ERROR_BASE + 94)
121 #define SCHMGT_invalid_property_to_update (SCHMGT_ERROR_BASE + 95)
122 
124 #define SCHMGT_scale_schedule_non_interactive_ERROR (SCHMGT_ERROR_BASE + 96)
125 
126 #define SCHMGT_workflow_template_not_present (SCHMGT_ERROR_BASE + 97)
127 #define SCHMGT_workflow_already_launched (SCHMGT_ERROR_BASE + 98)
128 #define SCHMGT_workflow_failed_for_summary (SCHMGT_ERROR_BASE + 99)
129 #define SCHMGT_invalid_conditiond_parameters (SCHMGT_ERROR_BASE + 100)
130 #define SCHMGT_task_status_complete_condition (SCHMGT_ERROR_BASE + 101)
131 #define SCHMGT_CAN_NOT_IMPORT_EXISTING_SCHEDULE (SCHMGT_ERROR_BASE + 102)
132 #define SCHMGT_ORGANIZATION_NOT_IN_SYNC (SCHMGT_ERROR_BASE + 103)
133 #define SCHMGT_PLMXML_IMPORT_OTHER_TYPE (SCHMGT_ERROR_BASE + 105)
134 #define SCHMGT_PLMXML_EXPORT_IMPORT_ONLY_SCHEDULE (SCHMGT_ERROR_BASE + 106)
135 #define SCHMGT_cannot_unassign_completed_Task (SCHMGT_ERROR_BASE + 107)
136 #define SCHMGT_cannot_update_null_assignment (SCHMGT_ERROR_BASE + 108)
137 #define SCHMGT_cannot_assign_same_resource (SCHMGT_ERROR_BASE + 109)
138 #define SCHMGT_invalid_target_objects (SCHMGT_ERROR_BASE + 110)
139 
141 #define SCHMGT_abort_permission_denied (SCHMGT_ERROR_BASE + 111)
142 
144 #define SCHMGT_incorrectly_assigned_task (SCHMGT_ERROR_BASE + 112)
145 
147 #define SCHMGT_system_not_configured_for_delete (SCHMGT_ERROR_BASE + 113)
148 
150 #define SCHMGT_required_system_preference_not_set (SCHMGT_ERROR_BASE + 114)
151 
153 #define SCHMGT_system_not_configured_for_update (SCHMGT_ERROR_BASE + 115)
154 
156 #define SCHMGT_task_has_no_privileged_user (SCHMGT_ERROR_BASE + 116)
157 
159 #define SCHMGT_privileged_user_cannot_be_deleted (SCHMGT_ERROR_BASE + 117)
160 
162 #define SCHMGT_schedule_is_already_aborted (SCHMGT_ERROR_BASE + 118)
163 
165 #define SCHMGT_complete_closed_task_cannot_be_aborted (SCHMGT_ERROR_BASE + 119)
166 
168 #define SCHMGT_abort_can_not_be_un_aborted (SCHMGT_ERROR_BASE + 120)
169 
171 #define SCHMGT_schedule_deliverable_error_on_prevented_state (SCHMGT_ERROR_BASE + 121)
172 
174 #define SCHMGT_schedule_task_deliverable_error_on_prevented_state_schedule (SCHMGT_ERROR_BASE + 122)
175 
177 #define SCHMGT_schedule_task_deliverable_error_on_prevented_state_task (SCHMGT_ERROR_BASE + 123)
178 
180 #define SCHMGT_schedule_update_error_on_prevented_state (SCHMGT_ERROR_BASE + 124)
181 
183 #define SCHMGT_schedule_baseline_error_on_prevented_state (SCHMGT_ERROR_BASE + 125)
184 
186 #define SCHMGT_baseline_task_update_error_on_prevented_state_schedule (SCHMGT_ERROR_BASE + 126)
187 
189 #define SCHMGT_baseline_task_update_error_on_prevented_state_task (SCHMGT_ERROR_BASE + 127)
190 
192 #define SCHMGT_proxy_task_create_error_on_prevented_state_schedule (SCHMGT_ERROR_BASE + 128)
193 
195 #define SCHMGT_proxy_task_create_error_on_prevented_state_task (SCHMGT_ERROR_BASE + 129)
196 
198 #define SCHMGT_task_outside_schedule_range (SCHMGT_ERROR_BASE + 130)
199 
201 #define SCHMGT_schedule_task_update_error_on_prevented_state_task (SCHMGT_ERROR_BASE + 131)
202 
204 #define SCHMGT_schedule_member_error_on_prevented_state_schedule (SCHMGT_ERROR_BASE + 132)
205 
207 #define SCHMGT_cost_update_error_on_prevented_state_schedule (SCHMGT_ERROR_BASE + 133)
208 
210 #define SCHMGT_cost_update_error_on_prevented_state_task (SCHMGT_ERROR_BASE + 134)
211 
213 #define SCHMGT_task_notification_update_error_on_prevented_state_schedule (SCHMGT_ERROR_BASE + 135)
214 
216 #define SCHMGT_task_notification_update_error_on_prevented_state_task (SCHMGT_ERROR_BASE + 136)
217 
219 #define SCHMGT_checkout_LockedByOther (SCHMGT_ERROR_BASE + 137)
220 
222 #define SCHMGT_no_tasks_to_filter (SCHMGT_ERROR_BASE + 138)
223 
225 #define SCHMGT_invalid_task_to_filter (SCHMGT_ERROR_BASE + 139)
226 
228 #define SCHMGT_workflow_owner_cannot_be_deleted (SCHMGT_ERROR_BASE + 140)
229 
231 #define SCHMGT_invalid_privileged_user (SCHMGT_ERROR_BASE + 141)
232 
234 #define SCHMGT_schedule_aborted_can_not_be_un_aborted (SCHMGT_ERROR_BASE + 142)
235 
237 #define SCHMGT_task_aborted_can_not_be_un_aborted (SCHMGT_ERROR_BASE + 143)
238 
240 #define SCHMGT_resource_can_not_be_added_deleted (SCHMGT_ERROR_BASE + 144)
241 
243 #define SCHMGT_invalid_member_privilege (SCHMGT_ERROR_BASE + 145)
244 
246 #define SCHMGT_invalid_assognment_to_claim (SCHMGT_ERROR_BASE + 146)
247 
249 #define SCHMGT_fail_to_get_schedule_audit_records (SCHMGT_ERROR_BASE + 147)
250 
251 
253 #define SCHMGT_fail_assignment_criteria (SCHMGT_ERROR_BASE + 148)
254 
256 #define SCHMGT_person_reassign_validation_error (SCHMGT_ERROR_BASE + 149)
257 
259 #define SCHMGT_filter_users_invalid_data (SCHMGT_ERROR_BASE + 150)
260 
262 #define SCHMGT_cannot_delete_task_for_tiggered_workflow (SCHMGT_ERROR_BASE + 151)
263 
265 #define SCHMGT_schedule_users_assigned_is_inactive (SCHMGT_ERROR_BASE + 152)
266 
274 #define EMH_SCHMGT_SRM_error_base ( EMH_SCHMGT_error_base + 500 )
275 
279 #define SCHMGT_SRM_both_external_internal_resources ( EMH_SCHMGT_SRM_error_base + 1 )
280 
284 #define SCHMGT_SRM_different_company ( EMH_SCHMGT_SRM_error_base + 2 )
285 
290 #include <schmgt/libschmgt_undef.h>
291 #endif
292