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)

get_error()¶

Returns the underlying error from the server.

Returns
IbisError

The underlying error from the server.