exoscale / python-exoscale

Python bindings for the Exoscale APIs
https://exoscale.github.io/python-exoscale/
ISC License
15 stars 8 forks source link

Implement proper error handling #61

Closed GaretJax closed 4 months ago

GaretJax commented 4 months ago

If the API returns an error, I expect the function call to raise an Exception instead of silently returning the error as the return value.

pierre-emmanuelJ commented 4 months ago

Thanks, @elkezza, for adding the Exceptions #62 , since the PR is merged I close the issue, thanks