KAuth
actionreply.h
346 static const ActionReply SuccessReply(); ///< An empty successful reply. Same as using the default constructor
347 static const ActionReply HelperErrorReply(); ///< An empty reply with type() == HelperError and errorCode() == -1
348 static const ActionReply HelperErrorReply(int error); ///< An empty reply with type() == HelperError and error is set to the passed value
364 NoResponderError, ///< The helper responder object hasn't been set. This shouldn't happen if you use the KAUTH_HELPER macro in the helper source
369 HelperBusyError, ///< The helper is busy executing another action (or group of actions). Try later
Class that encapsulates a reply coming from the helper after executing an action.
Definition actionreply.h:335
Error
The enumeration of the possible values of errorCode() when type() is ActionReply::KAuthError.
Definition actionreply.h:362
@ AuthorizationDeniedError
You don't have the authorization to execute the action.
Definition actionreply.h:367
@ NoResponderError
The helper responder object hasn't been set. This shouldn't happen if you use the KAUTH_HELPER macro ...
Definition actionreply.h:364
@ HelperBusyError
The helper is busy executing another action (or group of actions). Try later.
Definition actionreply.h:369
@ AlreadyStartedError
The action was already started and is currently running.
Definition actionreply.h:370
Definition action.cpp:19
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.