ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
ssf0serviceforecasting
ssf0serviceforecasting_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
11
#ifndef SSF0SERVICEFORECASTING_ERRORS_H
12
#define SSF0SERVICEFORECASTING_ERRORS_H
13
14
#include <
common/emh_const.h
>
15
22
#define SERVICEFORECASTING_error_base EMH_SERVICEFORECASTING_error_base
23
25
#define SERVICEFORECASTING_invalid_due_date (SERVICEFORECASTING_error_base + 1)
26
28
#define SERVICEFORECASTING_ma_create_sc_absent (SERVICEFORECASTING_error_base + 2)
29
31
#define SERVICEFORECASTING_ma_create_sr_absent (SERVICEFORECASTING_error_base + 3)
32
34
#define SERVICEFORECASTING_ma_create_physical_part_absent (SERVICEFORECASTING_error_base + 4)
35
37
#define SERVICEFORECASTING_ma_invalid_role (SERVICEFORECASTING_error_base + 5)
38
40
#define SERVICEFORECASTING_ma_in_approval (SERVICEFORECASTING_error_base + 6)
41
43
#define SERVICEFORECASTING_duplicate_extension (SERVICEFORECASTING_error_base + 7)
44
46
#define SERVICEFORECASTING_ma_invalid_asm ( SERVICEFORECASTING_error_base + 8 )
47
49
#define SERVICEFORECASTING_workflow_template_does_not_exist ( SERVICEFORECASTING_error_base + 9 )
50
52
#define SERVICEFORECASTING_open_required_ma ( SERVICEFORECASTING_error_base + 10 )
53
56
#endif