-
Notifications
You must be signed in to change notification settings - Fork 15
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
[428] Better error handling in Xef Server #430
Conversation
server/src/main/kotlin/com/xebia/functional/xef/server/exceptions/ExceptionsHandler.kt
Show resolved
Hide resolved
This PR will be updated in order to work with Arrow. |
server/src/main/kotlin/com/xebia/functional/xef/server/exceptions/ExceptionsHandler.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 LGTM!
I have tried the code locally and everything works as expected. We will address to include Arrow lib in a separate PR
Are you going to use Arrow's Either and EitherNel for error handling? What are your plans? |
The plan is to apply the same approach as here: https://github.com/nomisRev/ktor-arrow-example/pull/35/files#diff-fd19be7abb78848f1cf6bc8da926adafd98399c75cf49662e9a8dcc29f7f3cb0R33 |
No description provided.