I posted this on stack overflow as well, but posting here in case it is actually an issue related to cloud endpoints.
https://stackoverflow.com/questions/65041837/get-response-headers-from-failed-cors-google-endpoint-response
We are testing out how to handle errors for "rate limited exceeded" and I am having troubles getting access to the status code that I can clearly see in chromes dev tools:

I can see the status "429" here but there is no response provided at all when trying to access it via javascript. The error response is completely undefined.
I'm confused why I can see it in dev tools, but I can not access it from the client app
I posted this on stack overflow as well, but posting here in case it is actually an issue related to cloud endpoints.
https://stackoverflow.com/questions/65041837/get-response-headers-from-failed-cors-google-endpoint-response
We are testing out how to handle errors for "rate limited exceeded" and I am having troubles getting access to the status code that I can clearly see in chromes dev tools:
I can see the status "429" here but there is no response provided at all when trying to access it via javascript. The error response is completely undefined.
I'm confused why I can see it in dev tools, but I can not access it from the client app