OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual
Return Codes
OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual—522223-001
B-16
2003 ZGPI-RC-PARAMETER-OUT-OF-RANGE
2003 ZGPI-RC-PARAMETER-OUT-OF-RANGE
Cause. The value of a parameter is not within the range of values allowed. (This code
can be returned as the status of GPI_INITIALIZE_ and GPI_STATUS_ .)
Effect. The function is not performed.
Recovery. Revise the parameter value. You can call GPI_STATUS_ and check the
secondary code, which indicates the position of the parameter that is out of range. You
should also check the error class and take the recover action recommended for that class.
2004 ZGPI-RC-INT-PARAM-OUT-OF-RANGE
Cause. A parameter of a internal GPI procedure is not within the range of values
allowed.
Effect. The function is not performed.
Recovery. Call GPI_STATUS_ and take the recovery action recommended for the error
class.
2005 ZGPI-RC-INT-PARAM-OUT-OF-BOUND
Cause. A parameter of a internal GPI procedure is not the correct length or its address
is invalid.
Effect. The function is not performed.
Recovery. Call GPI_STATUS_ and take the recovery action recommended for the error
class.
2006 ZGPI-RC-MISSING-INT-OPT-PARAM
Cause. An optional parameter of an internal GPI procedure, which is required because
of the value specified for another parameter, is missing.
Effect. The function is not performed.
Recovery. Call GPI_STATUS_ and take the recovery action recommended for the error
class.
2007 ZGPI-RC-MISSING-INT-REQ-PARAM
Cause. A required parameter of an internal GPI procedure is missing.
Effect. The function is not performed.
Recovery. Call GPI_STATUS_ and take the recovery action recommended for the error
class.
Table B-6 summarizes the ZGPI-RC- codes you can receive due to GPI internal
problems and explains what they mean. A more detailed description of each code
follows the table. The GPI internal protocol elements referred to in these errors are
meaningful only to a Compaq representative.