RSC/MP Programming Manual
Message Handling
Combined Errors
Combined Errors
The five error types and three error severity types are combined to produce these
return code errors:
Error Type Error Severity
RSC_CONNECT_ERROR RSC_ERROR_CONFIG
RSC_ERROR_FATAL
RSC_ERROR_RETRY
RSC_IO_ERROR RSC_ERROR_CONFIG
RSC_ERROR_FATAL
RSC_ERROR_RETRY
RSC_PROGRAM_ERROR No error severity
associated with this error
type.
RSC_SESSION_ERROR RSC_ERROR_CONFIG
RSC_ERROR_FATAL
RSC_ERROR_RETRY
Combined Return
Code Error
RSC_CONNECT_CONFIG
RSC_CONNECT_FATAL
RSC_CONNECT_RETRY
RSC_IO_CONFIG
RSC_IO_FATAL
RSC_IO_RETRY
RSC_PROGRAM_ERROR
RSC_SESSION_CONF IG
RSC_SESSION_FATAL
RSC_SESSION_RETRY
RSC_UNCLASSIFIED_
ERROR
No error severity
associated with this error
type.
RSC_UNCLASSIFIED_
ERROR
Errors From Other Subsystems
The RscErrorInfo function provides detailed information for errors returned through the
API from other subsystems.
RSC/MP must report all the errors for the software it interfaces to, in addition to
RSC/MP errors. Therefore, βextendedβ errors returned by RSC/MP are not necessarily
RSC/MP errors. The error returned from an RSC/MP API call contains the subsystem
base value and the error code within that subsystem.
Ta ble 7-1 lists the RSC/MP error codes for subsystems, each codeβs base value, and a
description of the error type. These values also appear in the RSC.H header file.
HP NonStop Remote Server Call (RSC/MP) Programming Manual β 522360-006
7- 5