ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Cbm0colorbompmm
cbm0colorbompmm_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 2015
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
*/
10
16
#ifndef CBM0COLORBOMPMM_ERRORS_HXX
17
#define CBM0COLORBOMPMM_ERRORS_HXX
18
19
#include <
common/emh_const.h
>
20
27
#define EMH_CBM0COLORBOMPMM_ERROR_BASE EMH_CBM0COLORBOMPMM_error_base
28
32
#define COLORBOM_utf8_conversion_failed ( EMH_CBM0COLORBOMPMM_error_base + 1 )
33
37
#define COLORBOM_internal_error ( EMH_CBM0COLORBOMPMM_error_base + 2 )
38
42
#define COLORBOM_query_color_rules_operation_failed ( EMH_CBM0COLORBOMPMM_error_base + 3 )
43
47
#define COLORBOM_product_context_is_null ( EMH_CBM0COLORBOMPMM_error_base + 4 )
48
52
#define COLORBOM_associated_with_less_finish_part ( EMH_CBM0COLORBOMPMM_error_base + 5 )
53
57
#define COLORBOM_pmm_login_failed ( EMH_CBM0COLORBOMPMM_error_base + 6 )
58
62
#define COLORBOM_empty_less_finish_parts ( EMH_CBM0COLORBOMPMM_error_base + 7 )
63
67
#define COLORBOM_sso_login_failed ( EMH_CBM0COLORBOMPMM_error_base + 8 )
68
72
#endif