software-students-fall2021 / project-setup-penguin

project-setup-penguin created by GitHub Classroom
3 stars 4 forks source link

implement catching & rendering of key errors #184

Closed janethuangg closed 2 years ago

janethuangg commented 2 years ago

this PR refines our BE validation & error handling system (if something results in an error, pass the errors to the front end as an array of error messages under err.response.data.messages) and renders the errors into the FE

see #135 for further details on what error cases have been addressed in this PR