ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tc
interop_errors.h
Go to the documentation of this file.
1
/*==================================================================================================
2
3
Copyright (c) 1994 Electronic Data Systems Corporation
4
Unpublished - All rights reserved
5
6
====================================================================================================
7
File description:
8
9
interop_errors.h
10
11
Define error codes used with Interop module.
12
13
====================================================================================================
14
Date Name Description of Change
15
27-Nov-2002 Sanjay Patel Initial Version
16
13-Dec-2002 Sanjay Patel Merge in
17
30-Dec-2002 Sanjay Patel Adding INTEROP_DIRECTMODEL_DATASET_WITHOUT_JTPART error
18
28-Feb-2003 Carla Jenkins Changed comments to C-style comments
19
24-Mar-2003 Nigel Morse (vobman) split DLLs for v9
20
$HISTORY$
21
==================================================================================================*/
22
#ifndef INTEROP_ERRORS_H
23
#define INTEROP_ERRORS_H
24
25
#include <
common/emh_const.h
>
26
27
/*
28
* Error code constants.
29
*/
30
31
#define INTEROP_NULL_INPUTS (EMH_INTEROP_error_base + 1)
32
#define INTEROP_TAG_PLMXML_BOTH_CANNOT_EXIST (EMH_INTEROP_error_base + 2)
33
#define INTEROP_SERVER_NOT_DEFINED (EMH_INTEROP_error_base + 3)
34
#define INTEROP_GET_HOST_FAILED (EMH_INTEROP_error_base + 4)
35
#define INTEROP_PORT_NOT_FOUND (EMH_INTEROP_error_base + 5)
36
#define INTEROP_CONNECT_INVALID_INPUT (EMH_INTEROP_error_base + 6)
37
#define INTEROP_NO_VALID_SERVER_FOUND (EMH_INTEROP_error_base + 7)
38
#define INTEROP_NO_DIRECTMODEL_FOUND (EMH_INTEROP_error_base + 8)
39
#define INTEROP_OBJECTS_WITHOUT_DIRECTMODEL (EMH_INTEROP_error_base + 9)
40
#define INTEROP_TAG_NOT_VALID (EMH_INTEROP_error_base + 10)
41
#define INTEROP_RENDERING_RELATION_NOT_FOUND (EMH_INTEROP_error_base + 11)
42
#define INTEROP_DATASET_NO_REFS (EMH_INTEROP_error_base + 12)
43
#define INTEROP_OBJECT_IS_NOT_VALID_INPUT (EMH_INTEROP_error_base + 13)
44
#define INTEROP_DATASET_NO_VALID_REF (EMH_INTEROP_error_base + 14)
45
#define INTEROP_NO_DEFAULT_BUT_MULTIPLE_VIEW (EMH_INTEROP_error_base + 15)
46
#define INTEROP_NO_BVR_OF_SELECTED_VIEW_TYPE (EMH_INTEROP_error_base + 16)
47
#define INTEROP_ITEMREV_NO_ASSY_NO_DIRECT_MODEL (EMH_INTEROP_error_base + 17)
48
#define INTEROP_GENERATED_FILE_DOES_NOT_EXISTS (EMH_INTEROP_error_base + 18)
49
#define INTEROP_FAILED_TO_OPEN_FILE (EMH_INTEROP_error_base + 19)
50
#define INTEROP_WRITE_NOT_COMPLETE (EMH_INTEROP_error_base + 20)
51
#define INTEROP_FAILED_TO_GENERATE_OBID (EMH_INTEROP_error_base + 21)
52
#define INTEROP_DIRECTMODEL_WITHOUT_JTPART (EMH_INTEROP_error_base + 22)
53
54
/* Socket Communication Errors */
55
56
#define INTEROP_HOST_NOT_FOUND (EMH_INTEROP_error_base + 51)
57
#define INTEROP_FAILED_TO_CONNECT (EMH_INTEROP_error_base + 52)
58
#define INTEROP_RESPONSE_STATUS_NOT_OK (EMH_INTEROP_error_base + 53)
59
#define INTEROP_WINSOCK_FAILED (EMH_INTEROP_error_base + 54)
60
#define INTEROP_SOCKET_ERROR (EMH_INTEROP_error_base + 55)
61
62
63
#endif
/* End of INTEROP_ERRORS_H */