eiknat/lemmy-client

Implement a response wrapper class for calls

eiknat opened this issue · 0 comments

the ktor http client throws exceptions when receiving non-200 responses.

we don't want to pass these exceptions back to the caller, so we should handle errors gracefully.