//okhttp/okhttp3/EventListener/responseFailed
responseFailed¶
[jvm]\ open fun responseFailed(call: Call, ioe: IOException)
Invoked when a response fails to be read.
Note that response failures do not necessarily fail the entire call.
Starting with OkHttp 4.3 this may be invoked without a prior call to responseHeadersStart or responseBodyStart. In earlier releases this method was documented to only be invoked after one of those methods.