exoscale / cs

A simple, yet powerful CloudStack API client for python and the command-line.
BSD 3-Clause "New" or "Revised" License
88 stars 36 forks source link

exceptions: introduce an exception subclass for API errors #104

Closed brutasse closed 5 years ago

brutasse commented 5 years ago

This allows easy access to the underlying API error, whether we're in an async job context or a synchronous API call.