IbisException¶
Class in module ibisclient.connection
- class IbisException(error)¶
Bases:
ExceptionException thrown when a web service API method fails. This is wrapper around the
IbisErrorobject returned by the server, which contains the full details of what went wrong.Code author: Dean Rasheed (dev-group@ucs.cam.ac.uk)