What is the correct way for ViewModel and Repository to handle a VolleyError?
I have an Android app on Java that use the Volley library. I’m taking over the work of a former intern who make a RequestUtils class to create his own requests. I need to upgrade his work in order to make a more reliable app and I read a lot of documentation to know the best practices.