ITK Function Reference

(V10000.1.0.60_20160308.00)
objio_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 OBJIO_ERRORS_H
15 #define OBJIO_ERRORS_H
16 
17 #include <common/emh_const.h>
18 #include <archive/libarchive_exports.h>
19 
26 #define OBJIO_ERROR_BASE EMH_OBJIO_error_base
27 
29 #define OBJIO_unsupported_type (OBJIO_ERROR_BASE + 1)
30 
32 #define OBJIO_wrong_type (OBJIO_ERROR_BASE + 2)
33 
35 #define OBJIO_invalid_dir_contents (OBJIO_ERROR_BASE + 3)
36 
38 #define OBJIO_invalid_attribute_flag (OBJIO_ERROR_BASE + 4)
39 
41 #define OBJIO_internal_error (OBJIO_ERROR_BASE + 5)
42 
44 #define OBJIO_invalid_tag (OBJIO_ERROR_BASE + 6)
45 
47 #define OBJIO_invalid_site (OBJIO_ERROR_BASE + 7)
48 
50 #define OBJIO_cannot_reuse_dir (OBJIO_ERROR_BASE + 8)
51 
53 #define OBJIO_dir_not_found (OBJIO_ERROR_BASE + 9)
54 
55 #define OBJIO_unable_to_import (OBJIO_ERROR_BASE + 10)
56 #define OBJIO_unable_to_export (OBJIO_ERROR_BASE + 11)
57 
58 #define OBJIO_export_remote_failure (OBJIO_ERROR_BASE + 12)
59 
60 #define OBJIO_async_multiple_objects (OBJIO_ERROR_BASE + 13)
61 #define OBJIO_async_in_progress (OBJIO_ERROR_BASE + 14)
62 #define OBJIO_async_start_failed (OBJIO_ERROR_BASE + 15)
63 #define OBJIO_unable_to_produce_report (OBJIO_ERROR_BASE + 16)
64 #define OBJIO_invalid_sync_option (OBJIO_ERROR_BASE + 17)
65 #define OBJIO_unable_to_import_distrib_comp (OBJIO_ERROR_BASE + 18)
66 #define OBJIO_sst_unable_reassert_remote_ownership (OBJIO_ERROR_BASE + 19)
67 #define OBJIO_sst_unable_to_delete_remote_aux_objects (OBJIO_ERROR_BASE + 20)
68 #define OBJIO_sst_did_not_claim_ownership (OBJIO_ERROR_BASE + 21)
69 #define OBJIO_background_export_dir_no_access (OBJIO_ERROR_BASE + 22)
70 
74 #define OBJIO_unable_to_sync (OBJIO_ERROR_BASE + 23)
75 
76 
78 #define OBJIO_mixed_ownership (OBJIO_ERROR_BASE + 24)
79 
80 #define OBJIO_is_part_of_workflow (OBJIO_ERROR_BASE + 25)
81 
82 #define OBJIO_is_checked_out (OBJIO_ERROR_BASE + 26)
83 
84 #define OBJIO_insufficient_privileges (OBJIO_ERROR_BASE + 27)
85 
86 #define OBJIO_invalid_object_type (OBJIO_ERROR_BASE + 28)
87 
88 #define OBJIO_ref_iman_master_form (OBJIO_ERROR_BASE + 29)
89 
90 #define OBJIO_few_dependent_object_count (OBJIO_ERROR_BASE + 30)
91 
92 
95 #include <archive/libarchive_undef.h>
96 #endif