Rest API - Request and Response Format
You receive this error response from an API:
But your client expects the code as an integer. What is the best fix?
{"error": {"code": "403", "message": "Forbidden"}}But your client expects the code as an integer. What is the best fix?
