[#zmqError] = zmqError :mrdocs: Log a ZMQ error together with the underlying libzmq error message. == Synopsis Declared in `<zmq/zmqutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void zmqError(std::string const& str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | Description of the operation that failed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#