Skip to contents

return the error number or error description after a zmq call

Usage

zmq.errno()
zmq.strerror()

Value

an integer for zmq.errno or a string for zmq.strerror

References

http://www.zeromq.org http://api.zeromq.org http://zguide.zeromq.org/page:all

Author

ZMQ was written by Martin Sustrik <[email protected]> and Martin Lucina <[email protected]>. rzmq was written by Whit Armstrong.

Examples

if (FALSE) {

library(rzmq)
zmq.errno()
zmq.strerror()
}