salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
vmc api: raise exceptions on error
Currently vmc_request.call_api
returns {"error": "reason"}
on errors.
Errors should be thrown up the stack. We need to define a few Exception types and raise those.