2320 (0910) (RC2320): MQRC_HBAG_ERROR
Explanation
A call was issued that has a parameter that is a bag handle, but the handle is not valid. For output parameters, this reason also occurs if the parameter pointer is not valid, or points to read-only storage. (It is not always possible to detect parameter pointers that are not valid; if not detected, unpredictable results occur.)
Completion code
MQCC_FAILED
Programmer response
Correct the parameter.
Parent topic: API reason codes