ITK Function Reference

(V10000.1.0.60_20160308.00)
bmf_errors.h
Go to the documentation of this file.
1 /*=============================================================================
2  Copyright (c) 2004 UGS
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 
37 #ifndef BMF_ERRORS_H
38 #define BMF_ERRORS_H
39 
40 #include <common/emh_const.h>
41 
48 #define BMF_ERROR_BASE EMH_BMF_error_base
49 
50 #define BMF_init_error (BMF_ERROR_BASE + 1)
51 #define BMF_create_error (BMF_ERROR_BASE + 2)
52 #define BMF_save_error (BMF_ERROR_BASE + 3)
53 #define BMF_destroy_error (BMF_ERROR_BASE + 4)
54 #define BMF_not_system_admin (BMF_ERROR_BASE + 5)
55 #define BMF_BMOperation_ldExtPts (BMF_ERROR_BASE + 6)
56 #define BMF_BMOperation_askExtPtNm (BMF_ERROR_BASE + 7)
57 #define BMF_BMOperation_addExtPt (BMF_ERROR_BASE + 8)
58 #define BMF_unable_to_create_enquiry (BMF_ERROR_BASE + 9)
59 #define BMF_unable_to_execute_enquiry (BMF_ERROR_BASE + 10)
60 #define BMF_Extension_missing (BMF_ERROR_BASE + 11)
61 #define BMF_extension_desc_count_mismatch (BMF_ERROR_BASE + 12)
62 #define BMF_cust_impl_path_not_found (BMF_ERROR_BASE + 13)
63 #define BMF_cust_ext_symbol_not_found (BMF_ERROR_BASE + 14)
64 #define BMF_internal_error (BMF_ERROR_BASE + 15)
65 #define BMF_missing_required_parms (BMF_ERROR_BASE + 16)
66 #define BMF_cannot_modify_internal (BMF_ERROR_BASE + 17)
67 
70 #endif