Marshal Minor Codes
- 700 - MINOR_LOCALITY_CONSTRAINED
- This minor code occurs in the context of a
MARSHAL system exception. This indicates that the user tried to marshal a locality constrained object, such as a POA object. Such objects cannot be returned to clients as they are defined only to exist within a single process and are not accessible via other processes.
- 701 - MINOR_NO_OBJECT_KEY
- This minor code occurs in the context of a
MARSHAL system exception. This minor code indicates that the user tried to marshal an object which has not been given an object key, typically because it has not been activated by a POA.
- 702 - MINOR_INVALID_IOR
- This minor code occurs in the context of a
MARSHAL system exception. This indicates that an IOR received in a GIOP message result or parameter was found to be invalid.
- 703 - MINOR_INVALID_LENGTH
- This minor code occurs in the context of a
MARSHAL system exception. This indicates that a demarshalled length value is too large to be legal. Either the buffer is corrupt or the sender marshalled something different from what is being demarshalled.