Join Slack
Powered by
What is the proper way to handle errors with the k...
# ktor
r
ribesg
03/11/2019, 12:44 PM
What is the proper way to handle errors with the ktor client? Are we stuck with
ReceivePipelineException
?
e
e5l
03/11/2019, 12:45 PM
Hi
@ribesg
, nope. We're extending exception and status code handling in next release with:
https://github.com/ktorio/ktor/pull/989
e5l
03/11/2019, 12:46 PM
ReceivePipelineException
is the right way for now.
r
ribesg
03/11/2019, 12:47 PM
This looks really nice, when do you think it’ll be part of a version? I’m not asking for a date, but should it be out in some days or in some months?
e
e5l
03/11/2019, 12:48 PM
We're planning to publish dev build asap(1-2 day)
👍 1
4
Views
Open in Slack
Previous
Next