ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
extensionframework
extensionframework_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2008 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef EXTENSIONFRAMEWORK_ERRORS_H
15
#define EXTENSIONFRAMEWORK_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
#include <extensionframework/libextensionframework_exports.h>
19
20
#define EXTENSIONFRAMEWORK_unknown (EMH_EXTENSIONFRAMEWORK_error_base + 0)
21
#define EXTENSIONFRAMEWORK_object_deleted (EMH_EXTENSIONFRAMEWORK_error_base + 1)
22
#define EXTENSIONFRAMEWORK_Operation_not_found (EMH_EXTENSIONFRAMEWORK_error_base + 2)
23
#define EXTENSIONFRAMEWORK_Property_Id_not_found (EMH_EXTENSIONFRAMEWORK_error_base + 3)
24
#define EXTENSIONFRAMEWORK_Property_Operation_not_found (EMH_EXTENSIONFRAMEWORK_error_base + 4)
25
#define EXTENSIONFRAMEWORK_Invalid_Property_Operation_Id (EMH_EXTENSIONFRAMEWORK_error_base + 5)
26
#define EXTENSIONFRAMEWORK_Invalid_Operation_Id (EMH_EXTENSIONFRAMEWORK_error_base + 6)
27
#define EXTENSIONFRAMEWORK_Operation_Dispatcher_not_found (EMH_EXTENSIONFRAMEWORK_error_base + 7)
28
#define EXTENSIONFRAMEWORK_base_action_not_defined (EMH_EXTENSIONFRAMEWORK_error_base + 8)
29
30
31
#include <extensionframework/libextensionframework_undef.h>
32
#endif