ITK Function Reference

(V10000.1.0.60_20160308.00)
proxylink_errors.h
Go to the documentation of this file.
1 /*=============================================================================
2  Copyright (c) 1994 Electronic Data Systems Corporation
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 H File description:
10 
11  File : exportedproxylink_errors.h
12  Module : iman
13 ===============================================================================
14 Date Name Description of Change
15 ==== ==== =====================
16 18-Nov-2003 Ziv Israeli Created
17 02-Jan-2004 Ziv Israeli PL_invalid_date
18 06-Jan-2004 Ziv Israeli PL_subscription_failed
19 13-Jan-2004 Ziv Israeli PL_prop_update_failed
20 31-Jan-2004 Ziv Israeli Preference errors
21 07-Oct-2004 israeli More errors
22 $HISTORY$
23 =============================================================================*/
24 
25 #ifndef PL_ERRORS_H
26 #define PL_ERRORS_H
27 
28 #include <tc/libtc_exports.h>
29 
30 #define PL_no_create (EMH_PL_error_base + 1)
31 #define PL_invalid_date (EMH_PL_error_base + 3)
32 #define PL_prop_update_failed (EMH_PL_error_base + 5)
33 #define PL_obj_already_exists (EMH_PL_error_base + 6)
34 #define PL_objs_already_exist (EMH_PL_error_base + 7)
35 #define PL_wrong_type_name (EMH_PL_error_base + 8)
36 #define PL_obj_not_found (EMH_PL_error_base + 9)
37 #define PL_preference (EMH_PL_error_base + 10)
38 #define PL_preference_prop_ext (EMH_PL_error_base + 11)
39 #define PL_preference_prop_int (EMH_PL_error_base + 12)
40 #define PL_preference_ext_int_match (EMH_PL_error_base + 13)
41 #define PL_type_is_missing (EMH_PL_error_base + 14)
42 #define PL_get_reg_eng_sites (EMH_PL_error_base + 15)
43 
44 
45 #include <tc/libtc_undef.h>
46 #endif