standard_minor_codes.txt revision 608:7e06bf1dcb09
1(
2(BAD_CONTEXT
3    (IDL_CONTEXT_NOT_FOUND	    1   "IDL context not found")
4    (NO_MATCHING_IDL_CONTEXT	    2   "No matching IDL context property")
5)
6(BAD_INV_ORDER
7    (DEP_PREVENT_DESTRUCTION	    1   "Dependency exists in IFR preventing destruction of this object")
8    (DESTROY_INDESTRUCTIBLE	    2   "Attempt to destroy indestructible objects in IFR")
9    (OPERATION_DEADLOCK		    3   "Operation would deadlock")
10    (ORB_SHUTDOWN		    4   "ORB has shutdown")
11    (BAD_INVOKE			    5   "Attempt to invoke send or invoke operation of the same Request object more than once ")
12    (BAD_SET_SERVANT_MANAGER	    6   "Attempt to set a servent manager after one has already been set")
13    (BAD_ARGUMENTS_CALL		    7   "ServerRequest::arguments called more than once or after a call to ServerRequest::set_exception")
14    (BAD_CTX_CALL		    8   "ServerRequest::ctx called more than once or before ServerRequest::arguments or after ServerRequest::ctx, ServerRequest::set_result or ServerRequest::set_exception")
15    (BAD_RESULT_CALL 		    9   "ServerRequest::set_result called more than once or before ServerRequest::arguments or after ServerRequest::set_result or ServerRequest::set_exception")
16    (BAD_SEND			    10  "Attempt to send a DII request after it was sent previously")
17    (BAD_POLL_BEFORE		    11  "Attempt to poll a DII request or to retrieve its result before the request was sent")
18    (BAD_POLL_AFTER		    12  "Attempt to poll a DII request or to retrieve its result after the result was retrieved previously")
19    (BAD_POLL_SYNC		    13  "Attempt to poll a synchronous DII request or to retrieve results from a synchronous DII request")
20    (BAD_PI_CALL	            14  "Invalid portable interceptor call")
21    (BAD_PI_ADD_SERVICE_CONTEXT	    15  "Service context add failed in portable interceptor because a service context with the given id already exists")
22    (DUPLICATE_POLICY_FACTORY	    16  "Registration of PolicyFactory failed because a factory already exists for the given PolicyType")
23    (CREATE_POA_DESTROY		    17  "POA cannot create POAs while undergoing destruction")
24    (PRIORITY_REASSIGN		    18  "Attempt to reassign priority")
25    (XA_START_OUTSIZE		    19  "An OTS/XA integration xa_start() call returned XAER_OUTSIDE")
26    (XA_START_PROTO		    20  "An OTS/XA integration xa_ call returned XAER_PROTO")
27)
28(BAD_OPERATION
29    (BAD_SERVANT_MANAGER_TYPE	    1   "ServantManager returned wrong servant type")
30    (OPERATION_UNKNOWN_TO_TARGET    2   "Operation or attribute not known to target object ")
31)
32(BAD_PARAM
33    (VALUE_FACTORY_REG_ERROR	    1   "Failure to register, unregister or lookup value factory")
34    (RID_ALREADY_DEFINED	    2   "RID already defined in IFR")
35    (NAME_USED_IFR		    3   "Name already used in the context in IFR ")
36    (TARGET_NOT_CONTAINER	    4   "Target is not a valid container")
37    (NAME_CLASH			    5   "Name clash in inherited context")
38    (BAD_ABSTRACT_INTERFACE_TYPE    6   "Incorrect type for abstract interface")
39    (SO_BAD_SCHEME_NAME		    7   "string_to_object conversion failed due to bad scheme name")
40    (SO_BAD_ADDRESS		    8   "string_to_object conversion failed due to bad address")
41    (SO_BAD_SCHEMA_SPECIFIC	    9   "string_to_object conversion failed due to bad bad schema specific part")
42    (SO_NON_SPECIFIC		    10  "string_to_object conversion failed due to non specific reason")
43    (IR_DERIVE_ABS_INT_BASE	    11  "Attempt to derive abstract interface from non-abstract base interface in the Interface Repository")
44    (IR_VALUE_SUPPORT		    12  "Attempt to let a ValueDef support more than one non-abstract interface in the Interface Repository")
45    (INCOMPLETE_TYPECODE	    13  "Attempt to use an incomplete TypeCode as a parameter")
46    (INVALID_OBJECT_ID		    14  "Invalid object id passed to POA::create_reference_by_id ")
47    (TYPECODE_BAD_NAME		    15  "Bad name argument in TypeCode operation")
48    (TYPECODE_BAD_REPID		    16  "Bad RepositoryId argument in TypeCode operation")
49    (TYPECODE_INV_MEMBER	    17  "Invalid member name in TypeCode operation ")
50    (TC_UNION_DUP_LABEL		    18  "Duplicate label value in create_union_tc ")
51    (TC_UNION_INCOMPATIBLE	    19  "Incompatible TypeCode of label and discriminator in create_union_tc ")
52    (TC_UNION_BAD_DISC		    20  "Supplied discriminator type illegitimate in create_union_tc ")
53    (SET_EXCEPTION_BAD_ANY	    21  "Any passed to ServerRequest::set_exception does not contain an exception ")
54    (SET_EXCEPTION_UNLISTED	    22  "Unlisted user exception passed to ServerRequest::set_exception ")
55    (NO_WCHAR_CODE_SET		    23  "wchar transmission code set not in service context")
56    (ILLEGAL_SERVICE_CONTEXT	    24  "Service context is not in OMG-defined range")
57    (ENUM_OUT_OF_RANGE		    25  "Enum value out of range")
58    (PI_BAD_SERVICE_CONTEXT	    26  "Invalid service context Id in portable interceptor")
59    (REG_INITIAL_NULL		    27  "Attempt to call register_initial_reference with a null Object")
60    (PI_INV_COMPONENT_ID	    28  "Invalid component Id in portable interceptor")
61    (PI_INV_PROFILE_ID		    29  "Invalid profile Id in portable interceptor")
62    (POLICY_TYPE_DUPLICATE	    30  "Two or more Policy objects with the same PolicyType value supplied to Object::set_policy_overrides or PolicyManager::set_policy_overrides")
63    (BAD_ONEWAY_DEFINITION	    31  "Attempt to define a oneway operation with non-void result, out or inout parameters or user exceptions")
64    (DII_FOR_IMPLICIT_OPERATION	    32  "DII asked to create request for an implicit operation")
65    (XA_CALL_INVAL		    33  "An OTS/XA integration xa_ call returned XAER_INVAL")
66    (UNION_BAD_DISCRIMINATOR	    34  "Union branch modifier method called with bad case label discriminator")
67    (CTX_ILLEGAL_PROPERTY_NAME	    35  "Illegal IDL context property name")
68    (CTX_ILLEGAL_SEARCH_STRING	    36  "Illegal IDL property search string")
69    (CTX_ILLEGAL_NAME		    37  "Illegal IDL context name")
70    (CTX_NON_EMPTY		    38  "Non-empty IDL context")
71    (RMI_STREAM_FORMAT		    39  "Unsupported RMI/IDL custom value type stream format")
72    (OUTPUT_STREAM_NOT_VALUE	    40  "ORB output stream does not support ValueOutputStream interface")
73    (INPUT_STREAM_NOT_VALUE	    41  "ORB input stream does not support ValueInputStream interface")
74)
75(BAD_TYPECODE
76    (MARSHALL_INCOMPLETE_TYPECODE   1   "Attempt to marshal incomplete TypeCode")
77    (BAD_MEMBER_TYPECODE	    2   "Member type code illegitimate in TypeCode operation")
78    (ILLEGAL_PARAMETER		    3   "Illegal parameter type")
79)
80(DATA_CONVERSION
81    (CHAR_NOT_MAP_TCS		    1   "Character does not map to negotiated transmission code set")
82    (PRIORITY_MAP_FAILRE	    2   "Failure of PriorityMapping object")
83)
84(IMP_LIMIT
85    (NO_USABLE_PROFILE		    1   "Unable to use any profile in IOR")
86)
87(INITIALIZE
88    (PRIORITY_RANGE_RESTRICT	    1   "Priority range too restricted for ORB")
89)
90(INV_OBJREF
91    (NO_WCHAR_CODE_SET		    1   "wchar Code Set support not specified")
92    (CODESET_COMPONENT_REQUIRED	    2   "Codeset component required for type using wchar or wstring data")
93)
94(INV_POLICY
95    (IOR_POLICY_RECONCILE_ERROR	    1  "Unable to reconcile IOR specified policy with effective policy override")
96    (INVALID_POLICY_TYPE		    2  "Invalid PolicyType")
97    (NO_POLICY_FACTORY		    3  "No PolicyFactory has been registered for the given PolicyType")
98)
99(INTERNAL
100    (XA_RMERR			    1   "An OTS/XA integration xa_ call returned XAER_RMERR")
101    (XA_RMFAIL			    2   "An OTS/XA integration xa_ call returned XAER_RMFAIL")
102)
103(INTF_REPOS
104    (NO_IR			    1   "Interface Repository not available")
105    (NO_INTERFACE_IN_IR		    2   "No entry for requested interface in Interface Repository")
106)
107(MARSHAL
108    (NO_VALUE_FACTORY		    1   "Unable to locate value factory")
109    (SET_RESULT_BEFORE_CTX	    2   "ServerRequest::set_result called before ServerRequest::ctx when the operation IDL contains a context clause ")
110    (BAD_NVLIST			    3   "NVList passed to ServerRequest::arguments does not describe all parameters passed by client")
111    (MARSHAL_LOCAL_OBJECT	    4   "Attempt to marshal Local object")
112    (WCHAR_BAD_GIOP_VERSION_SENT    5   "wchar or wstring data erroneosly sent by client over GIOP 1.0 connection ")
113    (WCHAR_BAD_GIOP_VERSION_RETURNED 6   "wchar or wstring data erroneously returned by server over GIOP 1.0 connection ")
114    (RMI_STREAM_FORMAT_2	    7   "Unsupported RMI/IDL custom value type stream "format
115)
116(NO_IMPLEMENT
117    (NO_LOCAL_VALUE_IMPLEMENTATION  1   "Missing local value implementation")
118    (INCOMPAT_VALUE_IMPLEMENTATION  2   "Incompatible value implementation version")
119    (NO_USABLE_PROFILE_2	    3   "Unable to use any profile in IOR")
120    (DII_LOCAL_OBJECT		    4   "Attempt to use DII on Local object")
121    (BIO_RESET			    5   "Biomolecular Sequence Analysis iterator cannot be reset")
122    (BIO_NOT_AVAILABLE		    6   "Biomolecular Sequence Analysis metadata is not available as XML")
123    (BIO_GENOMIC_NO_ITERATOR	    7   "Genomic Maps iterator cannot be reset")
124)
125(NO_RESOURCES
126    (PI_OPERATION_NOT_SUPPORTED	    1   "Portable Interceptor operation not supported in this binding")
127    (NO_CONNECTION_PRIORITY	    2   "No connection for request's priority")
128)
129(TRANSACTION_ROLLEDBACK
130    (XA_RB			    1   "An OTS/XA integration xa_ call returned XAER_RB")
131    (XA_NOTA			    2   "An OTS/XA integration xa_ call returned XAER_NOTA")
132    (XA_END_TRUE_ROLLBACK_DEFERRED  3   "OTS/XA integration end() was called with success set to TRUE while transaction rollback was deferred")
133)
134(TRANSIENT
135    (POA_REQUEST_DISCARD	    1   "Request discarded because of resource exhaustion in POA or because POA is in DISCARDING state")
136    (NO_USABLE_PROFILE_3	    2   "No usable profile in IOR")
137    (REQUEST_CANCELLED		    3   "Request cancelled")
138    (POA_DESTROYED		    4   "POA destroyed")
139)
140(OBJECT_NOT_EXIST
141    "(UNREGISTERED_VALUE_AS_OBJREF  1   Attempt to pass an unactivated (unregistered) value as an object reference")
142    (NO_OBJECT_ADAPTOR		    2   "Failed to create or locate Object Adaptor")
143    (BIO_NOT_AVAILABLE		    3   "Biomolecular Sequence Analysis Service is no longer available")
144    (OBJECT_ADAPTER_INACTIVE	    4   "Object Adapter Inactive")
145)
146(OBJ_ADAPTER
147    (UNKNOWN_ADAPTER_SYS_EXCEPTION  1   "System exception in POA::unknown_adapter")
148    (BAD_SERVANT_TYPE		    2   "Incorrect servant type returned by servant manager ")
149    (NO_DEFAULT_SERVANT		    3   "No default servant available [POA policy"])
150    (NO_SERVANT_MANAGER		    4   "No servant manager available [POA Policy"])
151    (BAD_POLICY_INCARNATE	    5   "Violation of POA policy by ServantActivator::incarnate")
152    (PI_EXC_COMP_ESTABLISHED	    6   "Exception in PortableInterceptor::IORInterceptor.components_established")
153    (NULL_SERVANT_RETURNED	    7   "Null servant returned by servant manager")
154)
155(UNKNOWN
156    (UNLISTED_EXCEPTION_RECEIVED    1   "Unlisted user exception received by client ")
157    (UNSUPPORTED_SYSTEM_EXCEPTION   2   "Non-standard System Exception not supported")
158    (PI_UNKNOWN_USER_EXCEPTION	    3   "An unknown user exception received by a portable interceptor")
159)
160)
161