ktor
2.2.4
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-client-core
/
io.ktor.client.plugins
/
ResponseException
Response
Exception
open
class
ResponseException
(
response
:
HttpResponse
,
cachedResponseText
:
String
)
:
IllegalStateException
Base for default response exceptions.
Constructors
Properties
Parameters
Inheritors
Parameters
response
: origin response
Constructors
Response
Exception
Link copied to clipboard
fun
ResponseException
(
response
:
HttpResponse
)
Response
Exception
Link copied to clipboard
fun
ResponseException
(
response
:
HttpResponse
,
cachedResponseText
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
response
Link copied to clipboard
@
Transient
val
response
:
HttpResponse
Inheritors
RedirectResponseException
Link copied to clipboard
ServerResponseException
Link copied to clipboard
ClientRequestException
Link copied to clipboard