ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Fnd0tcif
tcif_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 2014.
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
15
#ifndef TCIF_ERRORS_H
16
#define TCIF_ERRORS_H
17
18
#include <
common/emh_const.h
>
19
25
#define TCIF_ERROR_BASE EMH_TCIF_error_base
26
27
31
#define TCIF_login_failure (TCIF_ERROR_BASE + 1)
32
36
#define TCIF_event_not_found (TCIF_ERROR_BASE + 2)
37
41
#define TCIF_soap_error (TCIF_ERROR_BASE + 3)
42
46
#define TCIF_create_input_failure (TCIF_ERROR_BASE + 4)
47
51
#define TCIF_delete_not_allowed (TCIF_ERROR_BASE + 5)
52
56
#define TCIF_event_state_unexpected (TCIF_ERROR_BASE + 6)
57
61
#define TCIF_event_type_not_found (TCIF_ERROR_BASE + 7)
62
64
#endif