Skip to content
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

Better exception management from connector errors on occiCreate (occi crud methods) #50

Open
cgourdin opened this issue Jul 25, 2017 · 1 comment

Comments

@cgourdin
Copy link
Member

Actually connectors does not throw exceptions (not runtime exception) on CRUD methods (occiCreate(), occiDelete etc.). Find a way to get exception if there is one thrown in these methods.

@philippemerle
Copy link
Member

A possible solution is to add 'throw Exception' to all occi* methods.
However Exception is too generic, so we could prefer to define a specific OcciException andd add it to all occi* methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants