This error is caused attempting to call a D-Bus method which expects ALLOW_INTERACTIVE_AUTHORIZATION
to be set when it isn't.
More...
#include <error.h>
This error is caused attempting to call a D-Bus method which expects ALLOW_INTERACTIVE_AUTHORIZATION
to be set when it isn't.
See https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-messages.
This flag can be enabled with DBus::MethodProxyBase::enable_interactive_authorization().
◆ ErrorInteractiveAuthorizationRequired() [1/2]
DBus::ErrorInteractiveAuthorizationRequired::ErrorInteractiveAuthorizationRequired |
( |
const char * |
message = nullptr | ) |
|
|
inline |
◆ ErrorInteractiveAuthorizationRequired() [2/2]
DBus::ErrorInteractiveAuthorizationRequired::ErrorInteractiveAuthorizationRequired |
( |
std::string |
message | ) |
|
|
inline |
The documentation for this class was generated from the following file: