Hello, how do i get the ktor-client's error respon...
# ktor
b
Hello, how do i get the ktor-client's error response's body?
HttpResponse.readText()
is throwing an exception
e
You can read text from the response in the exception
d
You can also set
expectSuccess
to false, if you do this kind of thing often.