This lists all the return codes and reason codes in the system. Information about using the codes is available in Error Handling
|
Reason code section for example code.
If in your application you want to use a form of reason code, you can be assured that no code from MQSeries Everyplace will have a value of 0x80000000 or greater. |
|
MQe Exception Reason codes. All the possible reason codes. Note that not all of these are applicable to every MQERETURN code. When you get MQERETURN_OK then the reason code will be MQEREASON_OK. If there is no reason code for a particular return code, you'll get MQEREASON_NA (Not Applicable). A number of the reason codes are to represent internal errors. Please contact your IBM Service Representative if one of these internal errors occurs. Format of these is as follows 0x ## ## ## ## # If 0xf indicates that this reason code is Java comptable. & with 0xFFF to get java code # ## Base code of the error |
|
|
|