Get HTTP response code on non-2xx apiFetch request
Question
I’m using WordPress’ apiFetch library to make requests (in WordPress admin dashboard) to my WordPress REST endpoints. It looks like apiFetch will throw an error if the response is a non-2xx code, using the JSON body of the response as the error. However, it does not appear to be inserting the HTTP code anywhere in that error.
This is necessary since it allows me to differentiate between a "normal" error (like 404 if the resource asked for does not exist) and an "unexpected" error (like a 500 internal server error).
0
2 years
2020-12-18T01:10:31-05:00
2020-12-18T01:10:31-05:00 0 Answers
8 views
0
Leave an answer