Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

ae/ae_errors.h

Go to the documentation of this file.
00001 /*==============================================================================
00002                 Copyright (c) 2003-2005 UGS Corporation
00003                    Unpublished - All Rights Reserved
00004  ==============================================================================*/
00005 
00012 /*  */
00013 
00014 #ifndef AE_ERRORS_H
00015 #define AE_ERRORS_H
00016 
00017 #include <common/emh_const.h>
00018 
00025 #define AE_ERROR_BASE                           EMH_AE_error_base
00026 
00027 #define AE_tool_not_found                       (AE_ERROR_BASE + 8)
00028 #define AE_dataset_archived                     (AE_ERROR_BASE + 9)
00029 
00030 #define AE_datasettype_not_found                (AE_ERROR_BASE + 10)
00031 #define AE_datasettype_not_loaded               (AE_ERROR_BASE + 11)
00032 
00037 #define AE_datasettypetool_not_found            (AE_ERROR_BASE + 12)
00038 
00039 #define AE_format_invalid                       (AE_ERROR_BASE + 13)
00040 
00042 #define AE_create_shell_error                   (AE_ERROR_BASE + 15)
00043 
00047 #define AE_reference_already_exists             (AE_ERROR_BASE + 36)
00048 
00052 #define AE_reference_does_not_exist             (AE_ERROR_BASE + 37)
00053 
00057 #define AE_finding_datasettype                  (AE_ERROR_BASE + 38)
00058 
00062 #define AE_finding_tool                         (AE_ERROR_BASE + 39)
00063 
00067 #define AE_finding_dataset                      (AE_ERROR_BASE + 40)
00068 
00073 #define AE_not_initialized                      (AE_ERROR_BASE + 41)
00074 
00080 #define AE_unexplained_error                    (AE_ERROR_BASE + 42)
00081 
00086 #define AE_cannot_delete_dataset                (AE_ERROR_BASE + 43)
00087 
00093 #define AE_finding_datasettype_children         (AE_ERROR_BASE + 44)
00094 
00095 #define AE_cannot_freeze_reference              (AE_ERROR_BASE + 45)
00096 
00100 #define AE_cannot_unfreeze_reference            (AE_ERROR_BASE + 46)
00101 
00102 #define AE_cannot_freeze_dataset                (AE_ERROR_BASE + 47)
00103 #define AE_cannot_unfreeze_dataset              (AE_ERROR_BASE + 48)
00104 
00108 #define AE_cannot_rev_copy_frozen_dataset       (AE_ERROR_BASE + 49)
00109 
00114 #define AE_tool_not_entered                     (AE_ERROR_BASE + 50)
00115 
00120 #define AE_unknown_action                       (AE_ERROR_BASE + 51)
00121 
00122 #define AE_invalid_load_method                  (AE_ERROR_BASE + 52)
00123 #define AE_asking_registered_actions            (AE_ERROR_BASE + 53)
00124 #define AE_setting_registered_actions           (AE_ERROR_BASE + 54)
00125 #define AE_invalid_action                       (AE_ERROR_BASE + 55)
00126 #define AE_listing_datasettype_refs             (AE_ERROR_BASE + 56)
00127 #define AE_tool_name_not_unique                 (AE_ERROR_BASE + 57)
00128 
00134 #define AE_cannot_print_dataset                 (AE_ERROR_BASE + 58)
00135 
00136 #define AE_cannot_open_dataset                  (AE_ERROR_BASE + 59)
00137 
00138 #define AE_no_grant_anchor_access               (AE_ERROR_BASE + 60)
00139 #define AE_no_revoke_anchor_access              (AE_ERROR_BASE + 61)
00140 #define AE_no_change_anchor_owner               (AE_ERROR_BASE + 62)
00141 #define AE_no_grant_reference_access            (AE_ERROR_BASE + 63)
00142 #define AE_no_revoke_reference_access           (AE_ERROR_BASE + 64)
00143 #define AE_no_change_reference_owner            (AE_ERROR_BASE + 65)
00144 #define AE_no_grant_dataset_access              (AE_ERROR_BASE + 66)
00145 #define AE_no_revoke_dataset_access             (AE_ERROR_BASE + 67)
00146 #define AE_no_change_dataset_owner              (AE_ERROR_BASE + 68)
00147 
00151 #define AE_no_refresh                           (AE_ERROR_BASE + 69)
00152 
00153 #define AE_NULL_reference                       (AE_ERROR_BASE + 70)
00154 #define AE_no_load_reference                    (AE_ERROR_BASE + 71)
00155 #define AE_no_load_tool_desc                    (AE_ERROR_BASE + 72)
00156 #define AE_no_load_program                      (AE_ERROR_BASE + 73)
00157 #define AE_no_load_datasettype                  (AE_ERROR_BASE + 74)
00158 #define AE_no_load_ref_desc                     (AE_ERROR_BASE + 75)
00159 #define AE_parameters_not_loaded                (AE_ERROR_BASE + 76)
00160 #define AE_parameter_already_set                (AE_ERROR_BASE + 77)
00161 #define AE_parameter_not_set                    (AE_ERROR_BASE + 78)
00162 #define AE_parameter_not_removed                (AE_ERROR_BASE + 79)
00163 #define AE_no_save_parameters                   (AE_ERROR_BASE + 80)
00164 #define AE_invalid_parameter                    (AE_ERROR_BASE + 81)
00165 #define AE_invalid_token                        (AE_ERROR_BASE + 82)
00166 #define AE_invalid_reference                    (AE_ERROR_BASE + 83)
00167 #define AE_invalid_program                      (AE_ERROR_BASE + 84)
00168 #define AE_invalid_datasettype                  (AE_ERROR_BASE + 85)
00169 #define AE_invalid_format                       (AE_ERROR_BASE + 86)
00170 #define AE_invalid_template                     (AE_ERROR_BASE + 87)
00171 #define AE_invalid_data                         (AE_ERROR_BASE + 88)
00172 #define AE_invalid_tool                         (AE_ERROR_BASE + 89)
00173 #define AE_no_add_ref                           (AE_ERROR_BASE + 90)
00174 #define AE_no_remove_ref                        (AE_ERROR_BASE + 91)
00175 #define AE_no_save_refs                         (AE_ERROR_BASE + 92)
00176 #define AE_duplicate_type_name                  (AE_ERROR_BASE + 93)
00177 #define AE_no_create_type                       (AE_ERROR_BASE + 94)
00178 #define AE_no_find_type                         (AE_ERROR_BASE + 95)
00179 #define AE_invalid_type                         (AE_ERROR_BASE + 96)
00180 #define AE_cannot_find_dataset                  (AE_ERROR_BASE + 97)
00181 
00182 #define AE_no_save_datasettype                  (AE_ERROR_BASE + 99)
00183 #define AE_references_not_loaded                (AE_ERROR_BASE + 100)
00184 #define AE_no_class_type                        (AE_ERROR_BASE + 101)
00185 #define AE_no_get_attrs                         (AE_ERROR_BASE + 102)
00186 #define AE_no_create_enq                        (AE_ERROR_BASE + 103)
00187 #define AE_enq_failed                           (AE_ERROR_BASE + 104)
00188 #define AE_no_datasettypes                      (AE_ERROR_BASE + 105)
00189 #define AE_invalid_file_limit                   (AE_ERROR_BASE + 106)
00190 #define AE_no_delete_access                     (AE_ERROR_BASE + 107)
00191 #define AE_cannot_get_first_obj                 (AE_ERROR_BASE + 108)
00192 #define AE_cannot_get_next_obj                  (AE_ERROR_BASE + 109)
00193 #define AE_no_next_obj                          (AE_ERROR_BASE + 110)
00194 #define AE_cannot_get_prev_obj                  (AE_ERROR_BASE + 111)
00195 #define AE_no_prev_obj                          (AE_ERROR_BASE + 112)
00196 #define AE_cannot_get_tool                      (AE_ERROR_BASE + 113)
00197 
00198 #define AE_save_dsparms_failed1                 (AE_ERROR_BASE + 120)
00199 #define AE_save_dsparms_failed2                 (AE_ERROR_BASE + 121)
00200 #define AE_get_parms_failed                     (AE_ERROR_BASE + 122)
00201 #define AE_unlock_datasettype_failed            (AE_ERROR_BASE + 123)
00202 #define AE_cannot_get_datasettype               (AE_ERROR_BASE + 124)
00203 #define AE_cannot_clear_tool_parms              (AE_ERROR_BASE + 125)
00204 #define AE_cannot_create_parm_obj               (AE_ERROR_BASE + 126)
00205 #define AE_cannot_add_tool_parms                (AE_ERROR_BASE + 127)
00206 #define AE_no_save_operations                   (AE_ERROR_BASE + 128)
00207 #define AE_operation_exist_in_the_list          (AE_ERROR_BASE + 129)
00208 #define AE_operation_not_defined                (AE_ERROR_BASE + 130)
00209 #define AE_nothing_to_modify                    (AE_ERROR_BASE + 131)
00210 #define AE_nothing_to_delete                    (AE_ERROR_BASE + 132)
00211 #define AE_unable_to_get_parameters             (AE_ERROR_BASE + 133)
00212 #define AE_cannot_remove_parameters             (AE_ERROR_BASE + 134)
00213 #define AE_invalid_operator                     (AE_ERROR_BASE + 135)
00214 #define AE_bad_rev_limit                        (AE_ERROR_BASE + 136)
00215 #define AE_cannot_purge_dataset                 (AE_ERROR_BASE + 137)
00216 #define AE_cannot_init_dataset                  (AE_ERROR_BASE + 138)
00217 #define AE_cannot_save_dataset                  (AE_ERROR_BASE + 139)
00218 #define AE_cannot_get_rev0_obj                  (AE_ERROR_BASE + 140)
00219 #define AE_cannot_get_rev0_tag                  (AE_ERROR_BASE + 141)
00220 #define AE_dataset_is_frozen                    (AE_ERROR_BASE + 142)
00221 #define AE_bad_reference_tree                   (AE_ERROR_BASE + 143)
00222 #define AE_no_access                            (AE_ERROR_BASE + 144)
00223 #define AE_no_clear_anchor_access               (AE_ERROR_BASE + 145)
00224 #define AE_no_clear_reference_access            (AE_ERROR_BASE + 146)
00225 #define AE_no_clear_dataset_access              (AE_ERROR_BASE + 147)
00226 #define AE_cannot_rev_copy                      (AE_ERROR_BASE + 148)
00227 #define AE_cannot_get_references                (AE_ERROR_BASE + 149)
00228 #define AE_invalid_operation                    (AE_ERROR_BASE + 150)
00229 
00230 #define AE_lock_datasettype_failed              (AE_ERROR_BASE + 151)
00231 #define AE_datasettype_renametool_failed        (AE_ERROR_BASE + 152)
00232 #define AE_space_in_reference_name              (AE_ERROR_BASE + 153)
00233 #define AE_nonfile_ref_to_file_ref              (AE_ERROR_BASE + 154)
00234 #define AE_file_type_mismatch_ref               (AE_ERROR_BASE + 155)
00235 #define AE_ALLOWED_REF_TYPE                     (AE_ERROR_BASE + 156)
00236 #define AE_internal_error                       (AE_ERROR_BASE + 157)
00237 #define AE_cannot_rename_dataset                (AE_ERROR_BASE + 158)
00238 #define AE_cannot_modify_dataset_desc           (AE_ERROR_BASE + 159)
00239 #define AE_cannot_insert_named_ref              (AE_ERROR_BASE + 160)
00240 #define AE_cannot_replace_named_ref             (AE_ERROR_BASE + 161)
00241 #define AE_empty_ro_dataset                     (AE_ERROR_BASE + 162)
00242 #define AE_dataset_create_no_gen_name           (AE_ERROR_BASE + 163)
00243 #define AE_dataset_copy_no_gen_name             (AE_ERROR_BASE + 164)
00244 #define AE_cannot_export_dataset                (AE_ERROR_BASE + 165)
00245 #define AE_cannot_replace_refs                  (AE_ERROR_BASE + 166)
00246 #define AE_no_tools                             (AE_ERROR_BASE + 167)
00247 #define AE_no_references                        (AE_ERROR_BASE + 168)
00248 
00253 #define AE_dataset_name_too_long                (AE_ERROR_BASE + 169)
00254 #define AE_owner_preference_invalid             (AE_ERROR_BASE + 170)
00255 #define AE_always_never_conflict                (AE_ERROR_BASE + 171)
00256 
00257 #define AE_dataset_copy_error                   (AE_ERROR_BASE + 172)
00258 #define AE_attempt_to_circular_ref              (AE_ERROR_BASE + 173)
00259 #define AE_reference_stub_not_augmented         (AE_ERROR_BASE + 174)
00260 
00262 #define AE_attached_dataset_cico_unco_error     (AE_ERROR_BASE + 175)
00263 #define AE_attached_dataset_co_exported         (AE_ERROR_BASE + 176)
00264 
00266 #define AE_relate_to_dataset_newstuff_folder    (AE_ERROR_BASE + 177)
00267 
00277 #define AE_sign_dataset_cannot_undo_checkout    (AE_ERROR_BASE + 178)
00278 
00283 #define AE_sign_dataset_cannot_tr_checkout      (AE_ERROR_BASE + 179)
00284 
00289 #define AE_sign_dataset_cannot_checkin          (AE_ERROR_BASE + 180)
00290 
00296 #define AE_revision_anchor_error_base           (AE_ERROR_BASE + 200)
00297 
00298 #define AE_unable_to_load_rev_anchor            (AE_revision_anchor_error_base + 1)
00299 
00305 #define AE_nra_error_base                       (AE_ERROR_BASE + 250)
00306 
00307 #define AE_unable_to_find_nra_tag               (AE_nra_error_base + 1)
00308 #define AE_unable_to_find_nra                   (AE_nra_error_base + 2)
00309 
00315 #define AE_idrev_error_base                     (AE_ERROR_BASE + 300)
00316 
00317 #define AE_duplicate_id_rev                     (AE_idrev_error_base + 1)
00318 #define AE_next_id_lock_failed                  (AE_idrev_error_base + 2)
00319 #define AE_illegal_parameter                    (AE_idrev_error_base + 3)
00320 #define AE_mem_alloc_failed                     (AE_idrev_error_base + 4)
00321 #define AE_max_id_exceeded                      (AE_idrev_error_base + 5)
00322 #define AE_create_id_gen_failed                 (AE_idrev_error_base + 6)
00323 #define AE_copy_id_gen_failed                   (AE_idrev_error_base + 7)
00324 #define AE_create_revid_gen_failed              (AE_idrev_error_base + 8)
00325 #define AE_copy_revid_gen_failed                (AE_idrev_error_base + 9)
00326 
00332 #define AE_ict_error_base                       (AE_ERROR_BASE + 350)
00333 
00334 #define AE_ICT_invalid_version                  (AE_ict_error_base + 1)
00335 
00339 #endif