ITK Function Reference

(V10000.1.0.60_20160308.00)
uiconfig_errors.h
Go to the documentation of this file.
1 /* =================================================================================================
2  Copyright (c) 2014 Unigraphics Solutions Inc., An EDS Company
3  Unpublished - All rights reserved
4 
5  THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
6  COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
7  HOLDER.
8 ====================================================================================================*/
9 
17 #ifndef UICONFIG_ERRORS_H
18 #define UICONFIG_ERRORS_H
19 
20 #include <common/emh_const.h>
21 
22 #define UICONFIG_ERROR_BASE EMH_UICONFIG_error_base
23 
27 #define UICONFIG_invalid_column_config_id (UICONFIG_ERROR_BASE + 1)
28 
32 #define UICONFIG_invalid_column_def_id (UICONFIG_ERROR_BASE + 2)
33 
37 #define UICONFIG_invalid_object_type_name (UICONFIG_ERROR_BASE + 3)
38 
42 #define UICONFIG_invalid_property_name (UICONFIG_ERROR_BASE + 4)
43 
47 #define UICONFIG_invalid_pixel_width (UICONFIG_ERROR_BASE + 5)
48 
52 #define UICONFIG_invalid_sort_by_column (UICONFIG_ERROR_BASE + 6)
53 
57 #define UICONFIG_invalid_sort_direction (UICONFIG_ERROR_BASE + 7)
58 
62 #define UICONFIG_different_object_type_name (UICONFIG_ERROR_BASE + 8)
63 
67 #define UICONFIG_different_property_name (UICONFIG_ERROR_BASE + 9)
68 
72 #define UICONFIG_no_such_client_scope_uri (UICONFIG_ERROR_BASE + 10)
73 
77 #define UICONFIG_invalid_command_id (UICONFIG_ERROR_BASE + 11)
78 
79 #endif