Lukas Anda
08/14/2023, 10:04 PM.body<MyObject>()
call after calling get()
, Ktor throws at me NoTransformationFoundException which is true obviously. Is there a way to make it just okay with it and for example log the exception json value somewhere instead?Andromadus Naruto
08/15/2023, 6:24 PMAleksei Tirman [JB]
08/16/2023, 6:14 AMHttpResponseValidator
?Lukas Anda
08/16/2023, 8:21 AMHttpResponseValidator
just calling .body<MyDataClass>()
on the network call directly