-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enhance error message #159
Comments
Merged
Merged
Merged
Research by far:
|
seems the issue hasn't been resolved. |
The last resort will be create a new api endpoints with response type include a error message |
Now response of each call shall be Either Left Right ,the Left represent error message . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've already include
servant-errors
Hastructure/app/Main.hs
Line 453 in d813a25
But seems that if error was trigger by here:
Hastructure/src/Cashflow.hs
Line 511 in d813a25
the
error "xxxxx"
isn't convert into a json response like :from the python/request , a
remoteDisconnected
was raised.The text was updated successfully, but these errors were encountered: