EII Message Bus C Reference
|
#include <msg_envelope.hpp>
Public Member Functions | |
MsgbusException (msgbus_ret_t ret, const char *msg) | |
const char * | what () const noexcept override |
msgbus_ret_t | get_msgbus_ret () |
Exception thrown by the EII Message envelope APIs indicating an error occurred in the called method.
eii::msgbus::MsgbusException::MsgbusException | ( | msgbus_ret_t | ret, |
const char * | msg | ||
) |
Constructor
ret | - Message bus return code |
msg | - Extra message with the exception |
msgbus_ret_t eii::msgbus::MsgbusException::get_msgbus_ret | ( | ) |
Returns the msgbus_ret_t
indicating the error type.
|
inlineoverridenoexcept |
Returns the explanatory string.