Rest API - Error Handling
If a REST API returns this error:
What is the best way for a client to respond?
{"error": {"code": "RATE_LIMIT", "message": "Too many requests"}}What is the best way for a client to respond?
