//okhttp/okhttp3/EventListener/callFailed
callFailed¶
[jvm]\ open fun callFailed(call: Call, ioe: IOException)
Invoked when a call fails permanently.
This method is always invoked after callStart.
//okhttp/okhttp3/EventListener/callFailed
[jvm]\ open fun callFailed(call: Call, ioe: IOException)
Invoked when a call fails permanently.
This method is always invoked after callStart.