KDECore
kauthactionreply.h
Go to the documentation of this file.
382 Success
407 DBusError
static const ActionReply InvalidActionReply
errorCode() == InvalidAction
Definition: kauthactionreply.h:390
You tried to execute an invalid action object.
Definition: kauthactionreply.h:403
An error reply generated by the library itself.
Definition: kauthactionreply.h:380
static const ActionReply HelperBusyReply
errorCode() == HelperBusy
Definition: kauthactionreply.h:393
static const ActionReply SuccessReply
An empty successful reply. Same as using the default constructor.
Definition: kauthactionreply.h:385
static const ActionReply HelperErrorReply
An empty reply with type() == HelperError.
Definition: kauthactionreply.h:386
static const ActionReply NoResponderReply
errorCode() == NoResponder
Definition: kauthactionreply.h:388
You don't have the authorization to execute the action.
Definition: kauthactionreply.h:404
static const ActionReply AuthorizationDeniedReply
errorCode() == AuthorizationDenied
Definition: kauthactionreply.h:391
Error
The enumeration of the possible values of errorCode() when type() is ActionReply::KAuthError.
Definition: kauthactionreply.h:399
Action execution has been cancelled by the user.
Definition: kauthactionreply.h:405
An error reply generated by the helper.
Definition: kauthactionreply.h:381
static const ActionReply UserCancelledReply
errorCode() == UserCancelled
Definition: kauthactionreply.h:392
static const ActionReply NoSuchActionReply
errorCode() == NoSuchAction
Definition: kauthactionreply.h:389
The helper responder object hasn't been set. This shouldn't happen if you use the KDE4_AUTH_HELPER ma...
Definition: kauthactionreply.h:401
The helper is busy executing another action (or group of actions). Try later.
Definition: kauthactionreply.h:406
QDataStream & operator>>(QDataStream &stream, ActionReply &reply)
Definition: kauthactionreply.cpp:186
Class that encapsulates a reply coming from the helper after executing an action. ...
Definition: kauthactionreply.h:370
The action you tried to execute doesn't exist.
Definition: kauthactionreply.h:402
QDataStream & operator<<(QDataStream &d, const ActionReply &reply)
Definition: kauthactionreply.cpp:181
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.