ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
TcSoaQuery
soaquery_errors.h
Go to the documentation of this file.
1
/* =================================================================================================
2
Copyright (c) 1999,2000,2001,2003 Unigraphics Solutions Inc., An EDS Company
3
Unpublished - All rights reserved
4
5
THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
6
COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
7
HOLDER.
8
====================================================================================================*/
9
25
#ifndef SOAQUERY_ERRORS_H
26
#define SOAQUERY_ERRORS_H
27
28
#include <
common/emh_const.h
>
29
44
#define SOAQUERY_Search_Name_not_specified (EMH_SOAQUERY_error_base + 0 )
45
46
#define SOAQUERY_Keys_Value_not_specified (EMH_SOAQUERY_error_base + 1 )
47
48
#define SOAQUERY_Mismatch_of_keys_values_size (EMH_SOAQUERY_error_base + 2 )
49
50
#define SOAQUERY_No_valid_qc_to_save (EMH_SOAQUERY_error_base + 3 )
51
52
#define SOAQUERY_reorder_size_mismatch (EMH_SOAQUERY_error_base + 4 )
53
54
#define SOAQUERY_MySavedSearches_empty (EMH_SOAQUERY_error_base + 5 )
55
56
#define SOAQUERY_Invalid_input_vector_size (EMH_SOAQUERY_error_base + 6 )
57
58
#define SOAQUERY_Input_argument_not_specified (EMH_SOAQUERY_error_base + 7 )
59
60
#define SOAQUERY_SQC_not_found_in_mysavedsearches (EMH_SOAQUERY_error_base + 8 )
61
62
#define SOAQUERY_SQC_not_found_in_input_list (EMH_SOAQUERY_error_base + 9 )
63
64
#define SOAQUERY_Save_failed_for (EMH_SOAQUERY_error_base + 10 )
65
66
#define SOAQUERY_Delete_failed_for (EMH_SOAQUERY_error_base + 11 )
67
68
#define SOAQUERY_Retrieve_failed_for (EMH_SOAQUERY_error_base + 12 )
69
70
#define SOAQUERY_Unsupported_Query_Type (EMH_SOAQUERY_error_base + 13 )
71
72
#define SOAQUERY_failed_find_objects (EMH_SOAQUERY_error_base + 14 )
73
74
#define SOAQUERY_multiple_savedsearch_found_for_given_name (EMH_SOAQUERY_error_base + 15 )
75
76
#define SOAQUERY_invalid_search_provider_name (EMH_SOAQUERY_error_base + 16 )
77
78
#define SOAQUERY_perform_search_failed (EMH_SOAQUERY_error_base + 17 )
79
80
#define SOAQUERY_invalid_object_in_grouped_objects_map_list (EMH_SOAQUERY_error_base + 18 )
81
85
#endif
86