dwyl / abase

:house: A (solid) Base for your Web Application.
9 stars 0 forks source link

Error handling joi validation #69

Closed samhstn closed 5 years ago

samhstn commented 7 years ago

Currently if there is a 400 error we display the error object on the page, this should be instead handled with an error message next to the field which is relevant to the error with the relevant error message

nelsonic commented 7 years ago

@shouston3 similar to how it's done in: https://github.com/dwyl/hapi-login-example-postgres ...?

nelsonic commented 5 years ago

Error handling will be done by a combination of Fields and Autoform.