Log a ZMQ error together with the underlying libzmq error message.

Synopsis

Declared in <zmq/zmqutil.h>

void
zmqError(std::string const& str);

Parameters

Name

Description

str

Description of the operation that failed.

Created with MrDocs