ITK Function Reference

(V10000.1.0.60_20160308.00)
aiws_errors.h
Go to the documentation of this file.
1 
2 /*==================================================================================================
3 
4  Copyright (c) 2002 EDS/PLM
5  Unpublished - All rights reserved
6 
7 ====================================================================================================
8 File description:
9 
10  Collaboration Context module errors.
11 
12 This file contains Error definitions related to Application Interface module.
13 
14 ====================================================================================================
15  Date Name Description of Change
16 23-Oct-2003 Shyam Arigapudi Created
17 20-Nov-2003 Shyam Arigapudi created
18 11-Dec-2003 Shyam Arigapudi add unknown err
19 19-Dec-2003 Shyam Arigapudi ai recording
20 26-Dec-2003 Shyam Arigapudi fix date format
21 02-Mar-2004 arigapud update
22 08-Mar-2004 arigapud upd
23 30-Jun-2004 Shyam Arigapudi add more codes
24 25-Oct-2004 Shyam Arigapudi add fms
25 17-Jul-2005 arigapud add errors
26 17-Jul-2005 arigapud fix typo
27 27-Jul-2005 arigapud add more strings
28 25-Jan-2006 arigapud updated
29 30-Jan-2006 arigapud updated
30 11-Feb-2006 arigapud upated
31 28-Mar-2006 arigapud updated
32 $HISTORY$
33 ==================================================================================================*/
34 
36 //Whenever you change this header - make sure to update the aiws_errors.xml
37 //in /src/textsrv/xml folder
39 #ifndef AI_AIWS_ERRORS_H
40 #define AI_AIWS_ERRORS_H
41 
42 #include <common/emh_const.h>
43 
44 #include <ai/libai_exports.h>
45 
46 //Whenever an error code is added below - make sure to update MakeErrors function in aiws_utils.cxx
47 #define AIWS_filepermission_error (EMH_AI_error_base + 101)
48 #define AIWS_lock_fail_error (EMH_AI_error_base + 102)
49 #define AIWS_unlock_fail_error (EMH_AI_error_base + 103)
50 #define AIWS_invalid_section (EMH_AI_error_base + 104)
51 #define AIWS_invalid_login (EMH_AI_error_base + 105)
52 #define AIWS_memory_error (EMH_AI_error_base + 106)
53 #define AIWS_cannot_create_writer (EMH_AI_error_base + 107)
54 #define AIWS_cannot_create_reader (EMH_AI_error_base + 108)
55 #define AIWS_invalid_attr_id (EMH_AI_error_base + 109)
56 #define AIWS_invalid_attr_format (EMH_AI_error_base + 110)
57 #define AIWS_invalid_targetAppId (EMH_AI_error_base + 111)
58 #define AIWS_error_creating_reqobj (EMH_AI_error_base + 112)
59 #define AIWS_error_structure_file (EMH_AI_error_base + 113)
60 #define AIWS_unknown_error (EMH_AI_error_base + 114)
61 #define AIWS_Date_Error (EMH_AI_error_base + 115)
62 #define AIWS_unable_to_add_pub_request (EMH_AI_error_base + 116)
63 #define AIWS_unable_to_add_sync_request (EMH_AI_error_base + 117)
64 #define AIWS_invalid_id (EMH_AI_error_base + 118)
65 #define AIWS_invalid_array_sizes (EMH_AI_error_base + 119)
66 #define AIWS_invalid_transfermode (EMH_AI_error_base + 120)
67 #define AIWS_invalid_revision_rule (EMH_AI_error_base + 121)
68 #define AIWS_unable_to_create_pie_session (EMH_AI_error_base + 122)
69 #define AIWS_unable_to_find_function (EMH_AI_error_base + 123)
70 #define AIWS_unable_to_find_reader (EMH_AI_error_base + 124)
71 #define AIWS_unable_to_find_writer (EMH_AI_error_base + 125)
72 #define AIWS_unable_to_create_kv_pair (EMH_AI_error_base + 126)
73 #define AIWS_src_file_folders_and_ids_do_not_match (EMH_AI_error_base + 127)
74 #define AIWS_invalid_input_xml_string (EMH_AI_error_base + 128)
75 #define AIWS_invalid_journal (EMH_AI_error_base + 129)
76 #define AIWS_no_tickets_section_found (EMH_AI_error_base + 130)
77 #define AIWS_mismatched_tickets_and_filenames (EMH_AI_error_base + 131)
78 #define AIWS_no_tickets_specified (EMH_AI_error_base + 132)
79 #define AIWS_no_fileIds_specified (EMH_AI_error_base + 133)
80 #define AIWS_mismatched_tickets_and_appnames (EMH_AI_error_base + 134)
81 #define AIWS_missing_original_filename (EMH_AI_error_base + 135)
82 #define AIWS_missing_original_filenames (EMH_AI_error_base + 136)
83 #define AIWS_filenames_and_filetypes_do_not_match (EMH_AI_error_base + 137)
84 #define AIWS_no_filenames_specified (EMH_AI_error_base + 138)
85 #define AIWS_invalid_ai_type (EMH_AI_error_base + 139)
86 #define AIWS_invalid_import_tmode (EMH_AI_error_base + 140)
87 #define AIWS_invalid_export_tmode (EMH_AI_error_base + 141)
88 #define AIWS_invalid_description_specified (EMH_AI_error_base + 142)
89 #define AIWS_invalid_name_specified (EMH_AI_error_base + 143)
90 #define AIWS_partial_export_ids_must (EMH_AI_error_base + 144)
91 #define AIWS_full_AI_baseref_exist (EMH_AI_error_base + 145)
92 #define AIWS_incorrect_name_length (EMH_AI_error_base + 146)
93 #define AIWS_incorrect_desc_length (EMH_AI_error_base + 147)
94 #define AIWS_incorrect_type_length (EMH_AI_error_base + 148)
95 #define AIWS_incorrect_userid_length (EMH_AI_error_base + 149)
96 #define AIWS_incorrect_groupname_length (EMH_AI_error_base + 150)
97 #define AIWS_incorrect_applicationid_length (EMH_AI_error_base + 151)
98 #define AIWS_incorrect_siteid_length (EMH_AI_error_base + 152)
99 #define AIWS_incorrect_targetappid_length (EMH_AI_error_base + 153)
100 #define AIWS_no_request_objects_found_after_processing (EMH_AI_error_base + 154)
101 #define AIWS_no_sync_requests_with_any_status (EMH_AI_error_base + 155)
102 #define AIWS_no_uid_for_ticket (EMH_AI_error_base + 156)
103 #define AIWS_error_importing_structure (EMH_AI_error_base + 157)
104 #define AIWS_invalid_plmxml_file_id (EMH_AI_error_base + 158)
105 #define AIWS_cannot_create_temp_file (EMH_AI_error_base + 159)
106 #define AIWS_mismatched_projectId_projectInfo (EMH_AI_error_base + 160)
107 #define AIWS_mismatched_array_sizes (EMH_AI_error_base + 161)
108 #define AIWS_property_set_not_found (EMH_AI_error_base + 162)
109 #define AIWS_proxy_exoprt_new_process (EMH_AI_error_base + 163)
110 #define AIWS_proxy_get_trace_report (EMH_AI_error_base + 164)
111 #define AIWS_proxy_set_last_sync_date (EMH_AI_error_base + 165)
112 #define AIWS_proxy_get_class_names (EMH_AI_error_base + 166)
113 #define AIWS_proxy_failed_creating_process (EMH_AI_error_base + 167)
114 #define AIWS_proxy_set_properties_to_master (EMH_AI_error_base + 168)
115 #define AIWS_proxy_no_user_in_db (EMH_AI_error_base + 169)
116 #define AIWS_proxy_get_type_names (EMH_AI_error_base + 170)
117 #define AIWS_proxy_update_properties (EMH_AI_error_base + 171)
118 #define AIWS_proxy_no_keys_values (EMH_AI_error_base + 172)
119 #define AIWS_proxy_get_proxy_uid (EMH_AI_error_base + 173)
120 #define AIWS_proxy_exp_obj_not_in_db (EMH_AI_error_base + 174)
121 #define AIWS_proxy_get_class_relation_types (EMH_AI_error_base + 175)
122 #define AIWS_proxy_revise_item (EMH_AI_error_base + 176)
123 #define AIWS_proxy_failed_creating_proxy (EMH_AI_error_base + 177)
124 #define AIWS_proxy_not_in_db (EMH_AI_error_base + 178)
125 #define AIWS_proxy_create_wso_instance (EMH_AI_error_base + 179)
126 #define AIWS_proxy_no_process_template (EMH_AI_error_base + 180)
127 #define AIWS_proxy_get_latest_revision (EMH_AI_error_base + 181)
128 #define AIWS_proxy_destroy_process_link (EMH_AI_error_base + 182)
129 #define AIWS_proxy_no_templates (EMH_AI_error_base + 183)
130 #define AIWS_proxy_failed_exp_obj_record (EMH_AI_error_base + 184)
131 #include <ai/libai_undef.h>
132 #endif