We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
message
HTTPError
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
If some method decides to throw an HTTPError the provided message is simply ignored.
The text was updated successfully, but these errors were encountered:
Do you mean this message: https://github.com/owickstrom/purescript-hypertrout/blob/master/src/Hyper/Trout/Router.purs#L352 ? Could you provide a minimal example to reproduce the problem?
Sorry, something went wrong.
No, I mean when method hander returns Left RoutingError, the message part the error is ignored. Here: https://github.com/owickstrom/purescript-hypertrout/blob/fd59265f081795fd010abca43bdc2990e186b478/src/Hyper/Trout/Router.purs#L246
Left RoutingError
No branches or pull requests
If some method decides to throw an
HTTPError
the providedmessage
is simply ignored.The text was updated successfully, but these errors were encountered: