ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
issuemgmt
issuemgmt_errors.h
Go to the documentation of this file.
1
2
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
//==================================================
4
//Copyright $2009.
5
//Siemens Product Lifecycle Management Software Inc.
6
//All Rights Reserved.
7
//==================================================
8
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9
17
#ifndef TEAMCENTER__ISSUEERRORS_H
18
#define TEAMCENTER__ISSUEERRORS_H
19
20
/*================================================================================================*/
21
22
#include <
common/emh_const.h
>
23
#include <issuemgmt/libissuemgmt_exports.h>
24
29
#define ISSUEMGMT_review_issue_not_supported (EMH_ISSUEMGMT_error_base + 0)
30
33
#define ISSUEMGMT_retrieve_conf_context_failed (EMH_ISSUEMGMT_error_base + 1)
34
37
#define ISSUEMGMT_build_bom_window_failed (EMH_ISSUEMGMT_error_base + 2)
38
42
#define ISSUEMGMT_retrieve_view_stat_data_failed (EMH_ISSUEMGMT_error_base + 3)
43
46
#define ISSUEMGMT_retrieve_pv_view_file_failed (EMH_ISSUEMGMT_error_base + 4)
47
50
#define ISSUEMGMT_retrieve_pv_structure_file_failed (EMH_ISSUEMGMT_error_base + 5)
51
55
#define ISSUEMGMT_generate_bomwriterexport_plmxml_failed (EMH_ISSUEMGMT_error_base + 6)
56
60
#define ISSUEMGMT_review_record_not_found (EMH_ISSUEMGMT_error_base + 7)
61
62
#include <issuemgmt/libissuemgmt_undef.h>
63
64
#endif