I am developing an app which uses the distance calculation of HERE maps API...
I am preparing for the case when the API doesn't return what my app expects (correct response including distance infos). So I want to be prepared for the case the API Request Quota was exceeded
...
What HTTP status code
does it return when API Quota was exceeded?
Does it return a 200 with some JSON which explains that and error occurred because of quota?