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