|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <common/emh_const.h>#include <issuemgmt/libissuemgmt_exports.h>#include <issuemgmt/libissuemgmt_undef.h>Go to the source code of this file.
Macros | |
| #define | ISSUEMGMT_build_bom_window_failed (EMH_ISSUEMGMT_error_base + 2) |
| #define | ISSUEMGMT_generate_bomwriterexport_plmxml_failed (EMH_ISSUEMGMT_error_base + 6) |
| #define | ISSUEMGMT_retrieve_conf_context_failed (EMH_ISSUEMGMT_error_base + 1) |
| #define | ISSUEMGMT_retrieve_pv_structure_file_failed (EMH_ISSUEMGMT_error_base + 5) |
| #define | ISSUEMGMT_retrieve_pv_view_file_failed (EMH_ISSUEMGMT_error_base + 4) |
| #define | ISSUEMGMT_retrieve_view_stat_data_failed (EMH_ISSUEMGMT_error_base + 3) |
| #define | ISSUEMGMT_review_issue_not_supported (EMH_ISSUEMGMT_error_base + 0) |
| #define | ISSUEMGMT_review_record_not_found (EMH_ISSUEMGMT_error_base + 7) |
This file contains the declaration for issue management error codes
Definition in file issuemgmt_errors.h.
| #define ISSUEMGMT_build_bom_window_failed (EMH_ISSUEMGMT_error_base + 2) |
The rebuild of the BOM window has failed. The configuration context object may be out-of-date or corrupted.
Definition at line 37 of file issuemgmt_errors.h.
| #define ISSUEMGMT_generate_bomwriterexport_plmxml_failed (EMH_ISSUEMGMT_error_base + 6) |
An error has occurred while saving the bookmark PLMXML file. Please refer to the Teamcenter server log file (plmxml framework) for details.
Definition at line 55 of file issuemgmt_errors.h.
| #define ISSUEMGMT_retrieve_conf_context_failed (EMH_ISSUEMGMT_error_base + 1) |
The retrieval of the configuration context has failed. One possible cause is that the named reference does not exist.
Definition at line 33 of file issuemgmt_errors.h.
| #define ISSUEMGMT_retrieve_pv_structure_file_failed (EMH_ISSUEMGMT_error_base + 5) |
The retrieval of the pv-structure xml file "%1$" has failed. Please check if the file exists.
Definition at line 50 of file issuemgmt_errors.h.
| #define ISSUEMGMT_retrieve_pv_view_file_failed (EMH_ISSUEMGMT_error_base + 4) |
The retrieval of the pv-view xml file "%1$" has failed. Please check if the file exists.
Definition at line 46 of file issuemgmt_errors.h.
| #define ISSUEMGMT_retrieve_view_stat_data_failed (EMH_ISSUEMGMT_error_base + 3) |
The retrieval of the view statistics data from the pv-view xml file "%1$" has failed. One possible cause is that the view statistics data is not defined.
Definition at line 42 of file issuemgmt_errors.h.
| #define ISSUEMGMT_review_issue_not_supported (EMH_ISSUEMGMT_error_base + 0) |
Please perform the signoff by reviewing the issue report revision from the following menu entry in either the Rich Client or the Thin Client: Tools->Review Issue.
Definition at line 29 of file issuemgmt_errors.h.
| #define ISSUEMGMT_review_record_not_found (EMH_ISSUEMGMT_error_base + 7) |
The retrieval of the issue review records for the issue "%1$" has not returned anything. The issue report revision may not have been reviewed yet. If this is the case, please verify that the issue management life cycle workflow is defined properly.
Definition at line 60 of file issuemgmt_errors.h.