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