ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
TcSoaBom
soabom_errors.h
Go to the documentation of this file.
1
// Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
// ==================================================
3
// Copyright 2008.
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
9
10
20
#ifndef SOABOM_ERRORS_H
21
#define SOABOM_ERRORS_H
22
23
#include <
common/emh_const.h
>
24
32
#define SOABOM_input_parentline_is_nulltag (EMH_SOABOM_error_base + 0)
33
34
#define SOABOM_failed_to_create_bomview (EMH_SOABOM_error_base + 1)
35
36
#define SOABOM_child_input_objects_are_nulltag (EMH_SOABOM_error_base + 2)
37
38
#define SOABOM_child_input_itemelement_is_nulltag (EMH_SOABOM_error_base + 3)
39
40
#define SOABOM_failed_to_update_bomline_properties (EMH_SOABOM_error_base + 4)
41
42
#define SOABOM_unable_to_add_item_line (EMH_SOABOM_error_base + 5)
43
44
#define SOABOM_unable_to_add_itemelement_line (EMH_SOABOM_error_base + 6)
45
46
#define SOABOM_unable_to_remove_child_bomline (EMH_SOABOM_error_base + 7)
47
48
#define SOABOM_input_childline_is_nulltag (EMH_SOABOM_error_base + 8)
49
50
53
#endif
54