Skip to content

Handle errors with a 'detail' property

Erwan Rouchet requested to merge error-handling into master

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".

Merge request reports

Loading