slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Handle database validation errors more gracefully #19

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

Validation errors that make it past Hapi, but trigger a sequelize error, currently result in a 500 Internal Server Error response with no additional feedback to the user. Database errors should thus be handled more gracefully, providing additional information about what went wrong (with an appropriate status code, e.g. 400).


Tasks