-
Notifications
You must be signed in to change notification settings - Fork 1
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.
A class used to raise an exception when providing invalid parameters to the darwin.DarwinApi
instance.
A class used to raise an exception when the certitude size is greater than the maximum allowed in the darwinprotocol.DarwinPacket
object.
A class used to raise an exception when the darwinapi.DarwinApi
object cannot connect to Darwin.
A class used to raise an exception when the darwinapi.DarwinApi
object waited too much time for a reply from Darwin.