Error responses returned to the client
These responses are returned if errors occur during processing in the CICS® JSON handler.
About this task
Example
{
"exception" : {
"message" : "An exception has occurred while validating HTTP headers".
"class" : "com.ibm.cicsts.axis2.Controller"
}
}If an error occurs at any other point during processing, the message will contain similar information to a SOAP fault, with a detail section which varies depending on the nature of the error. This might contain a CICS message, such as:
{
"Fault": {
"faultstring": "Conversion from SOAP failed",
"detail": {
"CICSFault": "DFHPI1007 02/14/2013 17:51:47 IYK2ZKE1 00185 XML to data
transformation failed because of incorrect input UNDEFINED_ELEMENT startItemRuff)
for WEBSERVICE json_inquireCatalogWrapper."
}
}
}