Revamp APIException to show status, type, message, error
abhinavk99 opened this issue · 0 comments
abhinavk99 commented
Show all the data from:
{
"status": 404,
"type": "BadResponseException",
"message": "Resource does not exist",
"error": "Something Happened"
}
Also include report_url
if it exists.