core.device
core.message
Enter search terms or a module, class or function name.
Inheritance diagram for zmq.core.error:
0MQ Error classes and functions.
Bases: zmq.core.error.ZMQBaseError
Raised when timeout is reached while waiting for 0MQ to finish with a Message
See also
Bases: exceptions.Exception
Base exception class for 0MQ errors in Python.
An error for Socket.bind_to_random_port().
Socket.bind_to_random_port
Wrap an errno style error.
error : int
The ZMQ errno or None. If None, then zmq_errno() is called and used.
Return the error string given the error number.