Skip to content

Exceptions

major edited this page Jul 11, 2019 · 1 revision

Here, you can fin a list of the different exceptions that can be raised/used in the Darwin Python Client.

DarwinInvalidArgumentError

A class used to raise an exception when providing invalid parameters to the darwin.DarwinApi instance.

DarwinMaxCertitudeSizeError

A class used to raise an exception when the certitude size is greater than the maximum allowed in the darwinprotocol.DarwinPacket object.

DarwinConnectionError

A class used to raise an exception when the darwinapi.DarwinApi object cannot connect to Darwin.

DarwinTimeoutError

A class used to raise an exception when the darwinapi.DarwinApi object waited too much time for a reply from Darwin.

Clone this wiki locally