handleResponseException

Add CallExceptionHandler. Last added handler executes first.

Report a problem


Deprecated

Use handleResponseExceptionWithRequest or handleResponseException(CallExceptionHandler) instead

Replace with

handleResponseExceptionWithRequest(block)

Add CallRequestExceptionHandler. Last added handler executes first.

Report a problem