ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
serviceplanning
serviceplanning_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 2009.
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 SERVICEPLANNING_ERRORS_H
12
#define SERVICEPLANNING_ERRORS_H
13
14
#include <
common/emh_const.h
>
15
#include <serviceplanning/libserviceplanning_exports.h>
16
23
#define SERVICEPLANNING_error_base EMH_SERVICEPLANNING_error_base // 291000
24
28
#define SSP0_only_single_level_relation_allowed_error (SERVICEPLANNING_error_base + 1)
29
33
#define SSP0_invalid_frequency_expression (SERVICEPLANNING_error_base + 2)
34
39
#define SSP0_missing_partfaultcode_relation (SERVICEPLANNING_error_base + 3)
40
41
46
#define SSP0_resolves_relation_exists (SERVICEPLANNING_error_base + 4)
47
51
#define SSP0_not_in_context_of_servicePlan (SERVICEPLANNING_error_base + 5)
52
56
#define SSP0_source_context_different_than_plan_context (SERVICEPLANNING_error_base + 6)
57
61
#define SSP0_multiple_meassign_not_allowed (SERVICEPLANNING_error_base + 7)
62
67
#define SSP0_work_card_has_char_definitions (SERVICEPLANNING_error_base + 8)
68
73
#define SSP0_work_card_has_part_movements (SERVICEPLANNING_error_base + 9)
74
78
#define SSP0_not_upgrade_type_requirement (SERVICEPLANNING_error_base + 10)
79
83
#define SSP0_upgrade_workcard_already_exists (SERVICEPLANNING_error_base + 11)
84
88
#define SSP0_workcard_cannot_be_moved (SERVICEPLANNING_error_base + 12)
89
93
#define SSP0_assign_parts_relation_exists (SERVICEPLANNING_error_base + 13)
94
97
#include <serviceplanning/libserviceplanning_undef.h>
98
99
#endif