What is the proper way to handle errors with the k...
# ktor
r
What is the proper way to handle errors with the ktor client? Are we stuck with
ReceivePipelineException
?
e
Hi @ribesg, nope. We're extending exception and status code handling in next release with: https://github.com/ktorio/ktor/pull/989
ReceivePipelineException
is the right way for now.
r
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
We're planning to publish dev build asap(1-2 day)
👍 1