Context Minor Codes
- 1600 - MINOR_NOT_STRING
- This minor code occurs in the context of a
BAD_CONTEXT system exception. This indicates that a call to the CORBA::Context( ) method expected a string value, but the kind field of the ANY parameter did not represent a string.
- 1601 - MINOR_NO_MATCH
- This minor code occurs in the context of a
BAD_CONTEXT system exception. A call to the CORBA::Context( ) method was asked to find a match but none was found.
- 1602 - MINOR_NO_SUCH_START_SCOPE
- This minor code occurs in the context of a
BAD_CONTEXT system exception. A call to the CORBA::Context( ) method could not find the "start scope" requested by the user.
- 1603 - MINOR_NO_PROPERTY_GIVEN
- This minor code occurs in the context of a
BAD_CONTEXT system exception. A call to the CORBA::Context( ) method was given a null property string.