ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
srh0apsconfiguredsearch
srh0apsconfiguredsearch_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
17
#ifndef SRH0APSCONFIGUREDSEARCH_ERRORS_H
18
#define SRH0APSCONFIGUREDSEARCH_ERRORS_H
19
20
#include <
common/emh_const.h
>
21
28
#define EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE EMH_SRH0APSCONFIGUREDSEARCH_error_base
29
33
#define SRH0APSCONFIGUREDSEARCH_internal_error ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 1 )
34
38
#define SRH0APSCONFIGUREDSEARCH_functionality_not_implemented ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 2 )
39
43
#define SRH0APSCONFIGUREDSEARCH_invalid_search_result_column ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 3 )
44
48
#define SRH0APSCONFIGUREDSEARCH_improper_format_for_sort_attribute ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 4 )
49
53
#define SRH0APSCONFIGUREDSEARCH_invalid_search_criterion ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 5 )
54
58
#define SRH0APSCONFIGUREDSEARCH_unused_search_criterion ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 6 )
59
63
#define SRH0APSCONFIGUREDSEARCH_empty_root_search_criterion ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 7 )
64
68
#define SRH0APSCONFIGUREDSEARCH_empty_search_criterion ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 8 )
69
73
#define SRH0APSCONFIGUREDSEARCH_constructor_not_found ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 9 )
74
78
#define SRH0APSCONFIGUREDSEARCH_invalid_table_layout ( EMH_SRH0APSCONFIGUREDSEARCH_ERROR_BASE + 10 )
79
84
#endif