Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conform validation errors to AbortError #7

Open
tanner0101 opened this issue Jun 15, 2017 · 0 comments
Open

conform validation errors to AbortError #7

tanner0101 opened this issue Jun 15, 2017 · 0 comments
Assignees
Milestone

Comments

@tanner0101
Copy link
Contributor

tanner0101 commented Jun 15, 2017

conforming validation errors to AbortError in this package will allow them to be visible by the end user. (errors that don't conform to that are masked as server errors when not in dev mode).

right now this is being achieved with middleware, which is a valid solution but could be more easily done by taking advantage of AbortError

@tanner0101 tanner0101 self-assigned this Jun 15, 2017
@tanner0101 tanner0101 added this to the 2.0.0 milestone Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant