-
Notifications
You must be signed in to change notification settings - Fork 265
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 returns from postUpdateContext #2763
Comments
(PR #2821 is referred here, as there was a bug related with this issue that was fixed in that PR). The bug was:
|
The issue is still valid but before starting to implement it I think it needs a analysis phase to identify what to be exactly done. Thus maybe its better you choose another issue with a more straightforward task to do. |
After 4125c4d in PR #4603 (maybe even before?) there is only one way of returning in the service routine postUpdateContext, which is For instance in postEntities() routine now we have:
Thus this issue can be considered to be solved. |
Right now it seems we have no less than three ways to return errors in the service routine postUpdateContext.
See postEntities.cpp, after the call to postUpdateContext:
It would be good to have one way of detecting errors, not three ...
The text was updated successfully, but these errors were encountered: