sdbus-c++ 1.1.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
#include <Error.h>
Public Member Functions | |
Error (const std::string &name, const std::string &message) | |
const std::string & | getName () const |
const std::string & | getMessage () const |
bool | isValid () const |
Represents a common sdbus-c++ exception.