CONNECTION_FAILURE
CONNECTION_FAILURE
The exception code used when the connection to the web service failed.
This code will be used when the web services server can not be reached.
The exception class raised when errors occur.
HTTP_ERROR_RESPONSE
The exception code used when the web service returned an HTTP error code.
This code is used when the HTTP status code is not a success (2xx) code. The HTTP status code, reason phrase and response body are available. The response body will usually contain a description of the problem that occurred.
WEB_SERVICE_ERROR_RESPONSE
The exception code used when the web service returned error details.
This code is used when the HTTP status code is not a success (2xx) code and detailed error information is available in the response body. The HTTP status code, reason phrase, response body and the web service error details are available.