Rest API - Error Handling
An API returns this error response:
But the client receives HTTP status 200. What is the problem?
{"error": {"code": 500, "message": "Server error"}}But the client receives HTTP status 200. What is the problem?
