Hello. Anyone experiencing issues with the default...
# ktor
k
Hello. Anyone experiencing issues with the default response validator? Ktor can't seem to catch my 404 errors.
e
The Ktor client doesn’t seem to throw errors unless you try to receive & deserialize the content of the response in my experience
k
Yeah. Seems that's the case. Instead of
call
, I just used
post<Unit>
or
request<Unit>