ITK Function Reference

(V10000.1.0.60_20160308.00)
tcwebdav_errors.h
Go to the documentation of this file.
1 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 // ==================================================
3 // Copyright 2010.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
8 
14 #ifndef TCWEBDAV_ERRORS_H
15 #define TCWEBDAV_ERRORS_H
16 
17 #include <common/emh_const.h>
18 
25 #define TCWEBDAV_ERROR_BASE EMH_TCWEBDAV_error_base
26 
27 #define TCWEBDAV_dataset_type_not_found ( TCWEBDAV_ERROR_BASE + 1 )
28 #define TCWEBDAV_dataset_already_exists ( TCWEBDAV_ERROR_BASE + 2 )
29 #define TCWEBDAV_folder_already_exists ( TCWEBDAV_ERROR_BASE + 3 )
30 #define TCWEBDAV_form_already_exists ( TCWEBDAV_ERROR_BASE + 4 )
31 #define TCWEBDAV_invalid_item_id ( TCWEBDAV_ERROR_BASE + 5 )
32 #define TCWEBDAV_lock_is_required ( TCWEBDAV_ERROR_BASE + 6 )
33 #define TCWEBDAV_locked_resource_not_found ( TCWEBDAV_ERROR_BASE + 7 )
34 #define TCWEBDAV_locked_by_other_user ( TCWEBDAV_ERROR_BASE + 8 )
35 #define TCWEBDAV_not_newly_created_file ( TCWEBDAV_ERROR_BASE + 9 )
36 #define TCWEBDAV_resource_not_checked_out ( TCWEBDAV_ERROR_BASE + 10 )
37 #define TCWEBDAV_resource_already_checked_out ( TCWEBDAV_ERROR_BASE + 11 )
38 #define TCWEBDAV_unexpected_time_stamp ( TCWEBDAV_ERROR_BASE + 12 )
39 #define TCWEBDAV_implicit_checkout_failed ( TCWEBDAV_ERROR_BASE + 13 )
40 #define TCWEBDAV_implicit_checkout_not_allowed ( TCWEBDAV_ERROR_BASE + 14 )
41 #define TCWEBDAV_invalid_item_rev_id ( TCWEBDAV_ERROR_BASE + 15 )
42 
44 #endif
45