Rest API - Error Handling
A REST API returns this response when rate limit is exceeded:
HTTP/1.1 429 Too Many Requests
Content-Type: application/json
{"error": "Too many requests"}
What is missing to improve client handling?