Retrofit 2 — How to Detect Network and Conversion Errors in onFailure
A lot of professionally made apps use a bug tracking service, which collects errors and crashes of all users and lets us, as the developers, further improve the app by fixing the issues. The default Retrofit request callbacks offer an onFailure() method, which throws a variety of possible errors in …
Continue Reading