Hey, when using ktor client with jackson plugin im...
# ktor
a
Hey, when using ktor client with jackson plugin im getting NoTransformationException when trying to get the body of an error response which has no body, shouldn't it be null because its an empty body?
a
Can you share the code where the response body is received?