As stated in the title, how do we disable the offline retry feature? I have my own mechanism in place for offline retries and I want to disable the library's one. How do we just return an error in case the request was not successful, so that the error can be intercepted?
As stated in the title, how do we disable the offline retry feature? I have my own mechanism in place for offline retries and I want to disable the library's one. How do we just return an error in case the request was not successful, so that the error can be intercepted?