Administration reply messages contain information about the success or failure of the attempt to perform the administration request. There are three levels of success:
For example if an update request was made to change 4 attributes of a resource and 2 of the updates were successful and 2 failed, this field would contain information detailing the reason for the 2 failures.
Each error is typically a toString() representation of the exception that caused the failure. If the exception is of type com.ibm.mqe.MQeException the string includes the MQeException code at the start of the string as "Code=nnn".