Rest API - Error Handling
You receive this error response from your API:
Why might this cause problems in your client code expecting
{"error": {"code": "400", "message": "Bad Request"}}Why might this cause problems in your client code expecting
code as a number?