ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
vm
vms_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
15
/* */
16
17
#ifndef VMS_ERRORS_H
18
#define VMS_ERRORS_H
19
20
#include <
common/emh_const.h
>
21
#include <vm/libvm_exports.h>
22
29
#define VMS_initialization_failed (EMH_VMS_error_base + 2)
30
#define VMS_unable_to_delete (EMH_VMS_error_base + 4)
31
#define VMS_unable_to_find (EMH_VMS_error_base + 6)
32
#define VMS_duplicate_id (EMH_VMS_error_base + 9)
33
#define VMS_invalid_null_tag (EMH_VMS_error_base + 13)
34
#define VMS_cannot_add_to_structure (EMH_VMS_error_base + 15)
35
#define VMS_item_id_too_large (EMH_VMS_error_base + 16)
36
#define VMS_invalid_release_status (EMH_VMS_error_base + 18)
37
#define VMS_commercial_part_no_write_access (EMH_VMS_error_base + 20)
38
#define VMS_invalid_location_for_vendor_part (EMH_VMS_error_base + 21)
39
#define VMS_invalid_change_vendor_input (EMH_VMS_error_base + 22)
40
#define VMS_duplicate_lineitems (EMH_VMS_error_base + 23)
41
#define VMS_invalid_vendor_id_input (EMH_VMS_error_base + 24)
42
45
#define VMS_vendor_part_not_allowed_as_child_to_another_vendor_part ( EMH_VMS_error_base + 25 )
46
49
#define VMS_vendor_part_not_related_to_commercial_part ( EMH_VMS_error_base + 26 )
50
53
#include <vm/libvm_undef.h>
54
55
#endif