ZIO
Python and C++ interface to ZeroMQ and Zyre
|
exception indicating message error More...
#include <exceptions.hpp>
Static Public Member Functions | |
static message_error | create (int id_, const char *errmsg, const char *extra=NULL) |
Additional Inherited Members | |
![]() | |
const char * | what () const noexcept override |
returns the explanatory string More... | |
![]() | |
const int | id |
the id of the exception More... | |
![]() | |
exception (int id_, const char *what_arg) | |
![]() | |
static std::string | name (const std::string &ename, int id_) |
exception indicating message error
This exception is thrown when some error occurs related to the fromation of a zio message. See also socket_error.
IDs:
Definition at line 76 of file exceptions.hpp.
|
inlinestatic |
Definition at line 78 of file exceptions.hpp.