![]() |
dbus-cxx
|
This error may be thrown if we receive an unexpected response. More...
#include <error.h>
Public Member Functions | |
ErrorUnexpectedResponse (const char *message=nullptr) | |
ErrorUnexpectedResponse (std::string message) | |
![]() | |
Error () | |
Error (const char *name, const char *message=nullptr) | |
Error (const char *name, std::string message) | |
Error (std::string name, std::string message) | |
~Error () noexcept | |
const char * | what () const noexcept |
std::string | name () const |
std::string | message () const |
Additional Inherited Members | |
![]() | |
std::string | m_name |
std::string | m_message |
This error may be thrown if we receive an unexpected response.
|
inline |
|
inline |