ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Fnd0mmv
Fnd0mmv_errors.h
Go to the documentation of this file.
1
/* Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
==================================================
3
Copyright 2011.
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
16
#ifndef FND0MMV_ERRORS_H
17
#define FND0MMV_ERRORS_H
18
19
#include <
common/emh_const.h
>
20
32
#define MMV_ERROR_BASE EMH_FND0MMV_error_base
33
34
#define FND0MMV_internal_error (MMV_ERROR_BASE + 1)
35
36
#define FND0MMV_invalid_sphier_tag (MMV_ERROR_BASE + 2)
37
38
#define FND0MMV_invalid_cursor (MMV_ERROR_BASE + 3)
39
40
#define FND0MMV_config_not_harvested (MMV_ERROR_BASE + 4)
41
42
#define FND0MMV_cursor_not_specified (MMV_ERROR_BASE + 5)
43
44
#define FND0MMV_invalid_object_tag (MMV_ERROR_BASE + 6)
45
48
#define FND0MMV_already_locked_by_curr_sess (MMV_ERROR_BASE + 11)
49
50
#define FND0MMV_already_locked_by_sess (MMV_ERROR_BASE + 12)
51
52
#define FND0MMV_not_locked_for_viewing (MMV_ERROR_BASE + 13)
53
/* No Spatial Hierarchy dataset was found for the Product */
54
#define FND0MMV_spatialhier_dataset_not_found (MMV_ERROR_BASE + 14)
55
56
#define FND0MMV_not_a_top_bom_line (MMV_ERROR_BASE + 15)
57
58
61
#define FND0MMV_failed_execute_database_operation (MMV_ERROR_BASE + 31)
62
63
#define FND0MMV_cannot_create_spatial_cell_indexes (MMV_ERROR_BASE + 32)
64
65
#define FND0MMV_cannot_delete_spatial_cell_indexes (MMV_ERROR_BASE + 33)
66
67
#define FND0MMV_cannot_create_equiv_thread_record (MMV_ERROR_BASE + 34)
68
69
#define FND0MMV_cannot_delete_equiv_thread_record (MMV_ERROR_BASE + 35)
70
73
#endif