You are developing an API endpoint that processes customer feedback and writes it to Firestore in Native mode. During testing, you observe that when the Firestore API encounters an HTTP 429 Too Many Requests response, your application returns an HTTP 200 OK response to the client but does not write the feedback data to Firestore. You want to ensure the client is properly informed of the failure to write the data. What should you do?