ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
ps
appgrp_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef APPGRP_ERRORS_H
15
#define APPGRP_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
26
#define APPGRP_fail_to_initialize (EMH_APPGRP_error_base + 1)
27
28
#define APPGRP_fail_to_save (EMH_APPGRP_error_base + 2)
29
31
#define APPGRP_fail_to_create_relation (EMH_APPGRP_error_base + 3)
32
34
#define APPGRP_fail_to_find_relation_type (EMH_APPGRP_error_base + 4)
35
37
#define APPGRP_fail_to_save_relation (EMH_APPGRP_error_base + 5)
38
40
#define APPGRP_wrong_parent (EMH_APPGRP_error_base + 6)
41
43
#define APPGRP_appearance_root_not_found (EMH_APPGRP_error_base + 7)
44
46
#define APPGRP_appGroup_needed (EMH_APPGRP_error_base + 8)
47
49
#define APPGRP_object_in_list (EMH_APPGRP_error_base + 9)
50
52
#define APPGRP_invalid_appearance_group_to_add (EMH_APPGRP_error_base + 10)
53
55
#define APPGRP_invalid_APN_to_add (EMH_APPGRP_error_base + 11)
56
58
#define APPGRP_fail_to_create_relation_type (EMH_APPGRP_error_base + 12)
59
61
#define APPGRP_APN_needed (EMH_APPGRP_error_base + 13)
62
63
#define APPGRP_top_apn_not_allowed (EMH_APPGRP_error_base + 14)
64
67
#endif
68