-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error and edgecase handling getting ignite data and updating table #1216
Comments
Example error - when filter input fails on the ui and sends "undefined undefined undefined" to server, currently blows up 17:58:55.214 [viewPortExecutorRunner[4]7] INFO o.f.v.e.ignite.IgniteOrderStore - Loaded Ignite ChildOrder for 5156 rows, from index : 0 where order by |
Ignite order table should handle various error/edge case & return useful error message
e.g.
Do we want to let it throw or return result like Try/Success/Failure Either/This/That
https://blog.rockthejvm.com/idiomatic-error-handling-in-scala/
IgniteOrderDataProvider should handle errors better
The text was updated successfully, but these errors were encountered: