Closed codemonkey2841 closed 7 years ago
... when the response code for the request comes back with anything but a 200 (HTTP OK). This allows a user to catch when the API returns an error (I most commonly saw 502 errors).
Thanks for the patch, and sorry it took me so long to get around to it!
... when the response code for the request comes back with anything but a 200 (HTTP OK). This allows a user to catch when the API returns an error (I most commonly saw 502 errors).