CORBA 2.6.1 Programmer's Reference

arguments( ) has been called.
1901 - 1314064237 - MINOR_SET_RESULT_TWICE
This minor code occurs in the context of a BAD_INV_ORDER system exception. Similar to the
MINOR_SET_RESULT_BEFORE_ARGS minor code described above, this occurs if
set_result( ) is called after a previous call to set_result( ).
1902 - 1314064238 - MINOR_SET_RESULT_AFTER_EX
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the set_result( ) operation of the ServerRequest pseudo object is called once after
the arguments( ) operation. However, if an exception was raised by a call to
set_exception( ), set_result( ) may not be called. This minor code is generated if
set_result( ) is called after set_exception( ) has been called.
1903 - 1314064239 - MINOR_CTX_BEFORE_ARGS
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the ctx( ) operation of the ServerRequest pseudo object, if called, must be called after
the arguments( ) operation. This minor code is generated if ctx( ) is called after
arguments( ).
1904 - 1314064240 - MINOR_CTX_TWICE
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the ctx( ) operation of the ServerRequest pseudo object, if called, must be called a
single time after the arguments( ) operation. This minor code will be generated if ctx( ) is
called a second time after arguments( ).
1905 - 1314064241 - MINOR_CTX_AFTER_SET_RESULT
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the ctx( ) operation of the ServerRequest pseudo object, if called, must be called after
the arguments( ) operation is called and before the call is made to set_result( ). This
minor code is generated if ctx( ) is called after set_result( ) is called.
1906 - 1314064242 - MINOR_CTX_AFTER_EX
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the ctx( ) operation of the ServerRequest pseudo object, if called, must be called after
the arguments( ) operation is called before any call is made to set_exception( ). This
minor code will be generated if ctx( ) is called after set_exception( ) is called.
1907 - 1314064243 - MINOR_OUT_PARAM_NOT_SUPPLIED
This minor code occurs in the context of a MARSHAL system exception. In a normal DSI scenario,
the ctx( ) operation of the ServerRequest pseudo object, if called, must be called after the
arguments( ) operation is called and before the call is made to set_result( ). When
set_result( ) is called, the user must supply all output arguments that were previously
returned by the call to arguments( ). This minor code is generated if the call to
set_result( ) does not contain all the output parameters that were returned by the call to
arguments( ).