ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
publication
pubr_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 PUBR_ERRORS_H
15
#define PUBR_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
#include <publication/libpublication_exports.h>
19
30
#define PUBR_no_initialize_class (EMH_PUBR_error_base + 1)
31
33
#define PUBR_no_create (EMH_PUBR_error_base + 2)
34
36
#define PUBR_no_publish (EMH_PUBR_error_base + 3)
37
39
#define PUBR_no_such_record (EMH_PUBR_error_base + 4)
40
42
#define PUBR_invalid_type (EMH_PUBR_error_base + 5)
43
45
#define PUBR_no_load_remote_object (EMH_PUBR_error_base + 6)
46
48
#define PUBR_no_properties (EMH_PUBR_error_base + 7)
49
51
#define PUBR_not_owning_site (EMH_PUBR_error_base + 8)
52
54
#define PUBR_not_publishable_class (EMH_PUBR_error_base + 9)
55
57
#define PUBR_no_unpublish (EMH_PUBR_error_base + 10)
58
60
#define PUBR_no_audit_record (EMH_PUBR_error_base + 11)
61
63
#define PUBR_audit_record_not_deleted (EMH_PUBR_error_base + 12)
64
66
#define PUBR_id_and_class_not_unique (EMH_PUBR_error_base + 13)
67
69
#define PUBR_no_read_access (EMH_PUBR_error_base + 14)
70
72
#define PUBR_max_ods_count_exceeded (EMH_PUBR_error_base + 15)
73
75
#define PUBR_not_published_to_ods (EMH_PUBR_error_base + 16)
76
78
#define PUBR_no_publishing_from_site (EMH_PUBR_error_base + 17)
79
81
#define PUBR_no_publish_priv_on_obj (EMH_PUBR_error_base + 18)
82
84
#define PUBR_no_publish_replica_to_same_hub_group (EMH_PUBR_error_base + 19)
85
87
#define PUBR_no_unpublish_remote (EMH_PUBR_error_base + 20)
88
90
#define PUBR_mfk_not_unique (EMH_PUBR_error_base + 21)
91
93
#define PUBR_cannot_checkout_po (EMH_PUBR_error_base + 22)
94
97
#include <publication/libpublication_undef.h>
98
#endif