|
FlightGear next
|
DBus error. More...
#include <dbuserror.h>
Public Types | |
| enum | ErrorType { NoError , Other } |
| Error type. More... | |
Public Member Functions | |
| CDBusError ()=default | |
| Default constructor. | |
| CDBusError (const DBusError *error) | |
| Constructor. | |
| ErrorType | getType () const |
| Get error type. | |
DBus error.
Definition at line 15 of file dbuserror.h.
|
default |
Default constructor.
|
explicit |
Constructor.
Definition at line 11 of file dbuserror.cpp.
|
inline |
Get error type.
Definition at line 31 of file dbuserror.h.