Rest API - Error Handling
Given this error response:
What should a client do to handle this error consistently?
{"error": {"code": "AUTH_FAILED", "message": "Invalid token"}}What should a client do to handle this error consistently?
