Rest API - Error Handling
Given this Problem Details JSON response:
What is the HTTP status code indicated?
{"type": "https://example.com/probs/out-of-credit", "title": "You do not have enough credit.", "status": 403, "detail": "Your current balance is 30, but that costs 50.", "instance": "/account/12345/msgs/abc"}What is the HTTP status code indicated?
