Most of our REST API return a json with additional error status such as ``` {"timestamp":"2021-05-04T07:51:14.722+00:00","status":409,"error":"Conflict","message":"","path":"/api/v1/users"} ``` We should use this to display errors in the frontend.
Most of our REST API return a json with additional error status such as
We should use this to display errors in the frontend.