Note: 1.) This article may be outdated
2.) This is a draft Network Error Handling If you’re using Retrofit without RxJava or any other custom Call Adapters, when you enqueue a Call, you have to implement a callback for onResponse(), and another callback for onFailure(). onResponse() returns a HTTP response (200, 400, 500 etc) …