ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
TcSoaVisualization
soavisualization_errors.h
Go to the documentation of this file.
1
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
//==================================================
3
//Copyright 2012.
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
16
#ifndef SOAVISUALIZATION_ERRORS_H
17
#define SOAVISUALIZATION_ERRORS_H
18
19
#ifndef EMH_CONST_H
20
#include <
common/emh_const.h
>
21
#endif
22
23
30
#define SOAVISUALIZATION_ERROR_BASE EMH_SOAVISUALIZATION_error_base
31
32
#define SOAVISUALIZATION_attrnames_attrvalues_empty (SOAVISUALIZATION_ERROR_BASE + 1)
33
34
#define SOAVISUALIZATION_first_element_of_attrnames_empty (SOAVISUALIZATION_ERROR_BASE + 2)
35
36
#define SOAVISUALIZATION_absoccuid_in_topline_not_first_element (SOAVISUALIZATION_ERROR_BASE + 3)
37
38
#define SOAVISUALIZATION_invalid_parent_bomline (SOAVISUALIZATION_ERROR_BASE + 4)
39
41
#define SOAVISUALIZATION_unable_to_get_related_object_for_bomline (SOAVISUALIZATION_ERROR_BASE + 20)
42
43
#define SOAVISUALIZATION_unable_to_get_preferredjt_for_bomline (SOAVISUALIZATION_ERROR_BASE + 21)
44
45
#define SOAVISUALIZATION_unable_to_get_pmisidecar_for_bomline (SOAVISUALIZATION_ERROR_BASE + 22)
46
47
#define SOAVISUALIZATION_cannot_find_relation_type (SOAVISUALIZATION_ERROR_BASE + 23)
48
50
#define SOAVISUALIZATION_cannot_create_visstructurecontext (SOAVISUALIZATION_ERROR_BASE + 30)
51
55
#endif
56