OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual

Return Codes
OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual522223-001
B-62
1750 ZGPI-QEAC-UNKOWN-PDU
1750 ZGPI-QEAC-UNKOWN-PDU
Cause. The PDU identifier is null, or the PDU cannot be found in the PDU store.
1751 ZGPI-QEAC-INVALID-GW-PDU
Cause. The PDU is known, but has not been delivered to a gateway.
1752 ZGPI-QEAC-INVALID-GW-ID
Cause. The PDU has been delivered to the wrong gateway. The gateway identifier
associated with the PDU is put into the error code field in the information buffer.
Information Buffer
The GPI_STATUS_ procedure returns additional information in the information buffer
to which you provide a pointer in the info-buffer parameter. Based on the returned
buffer length and type of structure, the information buffer can contain no information or
information formatted in these five structures:
ZGPI-ST-ERROR-ATTR
ZGPI-ST-DANGLING-OBJ
ZGPI-ST-INFO-3
ZGPI-ST-INFO-4
ZGPI-ST-INFO-5
Depending on the error, different combinations of the five structures are returned. For a
detailed explanation of how to examine the information buffer, see the OSI/MHS
Gateway Programmatic Interface (GPI) Programming Guide.
The structure type (Z-STRUCT-TYPE) is provided at the beginning of each structure
contained in the information buffer.
Table B-26. ZGPI-QEAC- Secondary Codes
Constant (ZGPI-QEAC-) Value Meaning
UNKNOWN-PDU 1750 The PDU identifier is null, or the PDU cannot be
found in the PDU store.
INVALID-GW-PDU 1751 The PDU is known, but has not been delivered to a
gateway.
INVALID-GW-ID 1752 The PDU has been delivered to the wrong gateway.
The gateway id associated with the PDU is put into
the error code field in the information buffer.