Handle errors with a 'detail' property
This should help making some errors more explicit: any error with a JSON body holding {'detail': '...'}
will now show the detail value (the error message) instead of "Request failed with status code 500".
This should help making some errors more explicit: any error with a JSON body holding {'detail': '...'}
will now show the detail value (the error message) instead of "Request failed with status code 500".