Hi, I noticed that `call.receive<Data>()` t...
# ktor
l
Hi, I noticed that
call.receive<Data>()
throws a
JsonDecodingException
instead of a
ContentTransformationException
if the data passed with the request doesnt match the data type i try to receive. Is this normal? What I want to do is use
StatusPage
to handle errors in my route handlers.
r
hi! please file a bug in YT
l
@Rustam Siniukov hi, sorry for the late reply, I ended up filing a bug report on YT: https://youtrack.jetbrains.com/issue/KTOR-2366
👍 1