ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gdis
dpv_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2008 Seimenes UGS PLM Software
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef DPV_ERRORS_H
15
#define DPV_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
#include <gdis/libgdis_exports.h>
19
29
#define DPV_plant_not_defined (EMH_DPV_error_base + 1)
30
33
#define DPV_duplicate_row_encountered (EMH_DPV_error_base + 111)
34
39
#define DPV_table_not_exist (EMH_DPV_error_base + 112)
40
44
#define DPV_plant_uid_not_available (EMH_DPV_error_base + 113)
45
49
#define DPV_excel_validation_not_met (EMH_DPV_error_base + 114)
50
53
#define DPV_object_type_not_exist (EMH_DPV_error_base + 115)
54
58
#define DPV_item_id_is_null (EMH_DPV_error_base + 116)
59
63
#define DPV_excel_dataset_not_found (EMH_DPV_error_base + 117)
64
68
#define DPV_specification_sheets_not_available (EMH_DPV_error_base + 118)
69
74
#define DPV_id_does_not_exist (EMH_DPV_error_base + 119)
75
79
#define DPV_routine_id_not_found_under_plant (EMH_DPV_error_base + 120)
80
84
#define DPV_revision_id_not_found_under_routine (EMH_DPV_error_base + 121)
85
89
#define DPV_specification_sheet_not_found (EMH_DPV_error_base + 122)
90
94
#define DPV_feature_attribute_code_not_found (EMH_DPV_error_base + 123)
95
99
#define DPV_data_not_found (EMH_DPV_error_base + 124)
100
104
#define DPV_data_not_found_for_feature_attr_codes (EMH_DPV_error_base + 125)
105
108
#include <gdis/libgdis_undef.h>
109
#endif