BrandonTang89 / CrowdfundingForSchools

A Crowd Funding Platform For Schools
MIT License
0 stars 0 forks source link

Error Messages and Handling #12

Open BrandonTang89 opened 7 months ago

BrandonTang89 commented 7 months ago

On most routes, when errors occur, the only thing that happens is the error message will be returned in the response. This is usually

These should be handled better. Errors in general should be descriptive and contain information on how they should be fixed.

GET request errors should be displayed within some uniform "error" view.