labstack / echox

Echo cookbook and website
https://echo.labstack.com
MIT License
408 stars 285 forks source link

Update request.md: improve validation error #147

Closed dpb1857 closed 3 years ago

dpb1857 commented 4 years ago

When c.Validate(u) returns an error, if we simply return the error up the stack, the user will see an "internal error" message. Improve handling by returning the status http.StatusBadRequest with the validation failures in the string.

lammel commented 3 years ago

Closing this one as duplicate of #153.