ITK Function Reference

(V10000.1.0.60_20160308.00)
sharedcachetypes_errors.h
Go to the documentation of this file.
1 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 // ==================================================
3 // Copyright 2010.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
8 
9 
20 #ifndef SHAREDCACHETYPES_ERRORS_H
21 #define SHAREDCACHETYPES_ERRORS_H
22 
23 #ifndef EMH_CONST_H
24  #include <common/emh_const.h>
25 #endif
26 
33 #define SHAREDCACHETYPES_ERROR_BASE EMH_SHAREDCACHETYPES_error_base
34 
35 #define SHAREDCACHETYPES_init_error (SHAREDCACHETYPES_ERROR_BASE + 1)
36 #define SHAREDCACHETYPES_file_error (SHAREDCACHETYPES_ERROR_BASE + 2)
37 #define SHAREDCACHETYPES_file_open_error (SHAREDCACHETYPES_ERROR_BASE + 3)
38 #define SHAREDCACHETYPES_buffer_read_error (SHAREDCACHETYPES_ERROR_BASE + 4)
39 #define SHAREDCACHETYPES_read_overflow_error (SHAREDCACHETYPES_ERROR_BASE + 5)
40 #define SHAREDCACHETYPES_write_overflow_error (SHAREDCACHETYPES_ERROR_BASE + 6)
41 #define SHAREDCACHETYPES_memory_allocation_error (SHAREDCACHETYPES_ERROR_BASE + 7)
42 #define SHAREDCACHETYPES_buffer_size_invalid_error (SHAREDCACHETYPES_ERROR_BASE + 8)
43 #define SHAREDCACHETYPES_classid_invalid_error (SHAREDCACHETYPES_ERROR_BASE + 9)
44 
45 
48 #endif
49