5 #ifndef DDS_INTERCOM_ERROR_CODES_H_ 6 #define DDS_INTERCOM_ERROR_CODES_H_ 10 #include <boost/signals2/signal.hpp> 14 namespace intercom_api
27 typedef boost::signals2::signal<void(EErrorCode, const std::string&)>
errorSignal_t;
Failed to connect either to DDS commander or to DDS agent.
Definition: dds_intercom_error_codes.h:19
Key-value update error on the DDS commander side.
Definition: dds_intercom_error_codes.h:21
Error sending custom command (if not connected to DDS commander or DDS agent).
Definition: dds_intercom_error_codes.h:23
Error in the transport, for example, if DDS is not running.
Definition: dds_intercom_error_codes.h:20
EErrorCode
Error codes for intercom API.
Definition: dds_intercom_error_codes.h:17
Definition: dds-agent/src/AgentConnectionManager.h:16
Key value update request failed because version is too old.
Definition: dds_intercom_error_codes.h:24
boost::signals2::signal< void(EErrorCode, const std::string &)> errorSignal_t
Definition: dds_intercom_error_codes.h:27
Error sending key-value (if not connected to DDS commander or DDS agent).
Definition: dds_intercom_error_codes.h:22