ktor
2.0.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
ktor-client-core
/
io.ktor.client.utils
/
HttpResponseReceiveFail
Http
Response
Receive
Fail
common
class
HttpResponseReceiveFail
(
response
:
HttpResponse
,
cause
:
Throwable
)
Content copied to clipboard
Utility class containing response and fail reasons for an
HttpResponseReceiveFailed
event.
Constructors
Properties
Constructors
Http
Response
Receive
Fail
Link copied to clipboard
common
fun
HttpResponseReceiveFail
(
response
:
HttpResponse
,
cause
:
Throwable
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
val
cause
:
Throwable
Content copied to clipboard
response
Link copied to clipboard
common
val
response
:
HttpResponse
Content copied to clipboard