![]() |
LeechCraft Azoth
0.6.70-13907-g785196c688
Modular multiprotocol IM plugin for LeechCraft
|
Encryption failure. More...
#include "gpgexceptions.h"
Public Member Functions | |
Encryption (int code, const QString &message) | |
Constructs the error object using the error code and message. More... | |
![]() | |
General (const QString &context) | |
Constructs the error with the given context description. More... | |
General (const QString &context, int code, const QString &message) | |
Constructs the error with the given context, code and error message. More... | |
General (int code, const QString &msg) | |
Constructs the error with the given code and error message. More... | |
const QString & | GetContext () const |
Returns the context of the error. More... | |
int | GetCode () const |
Returns the error code, if applicable. More... | |
const QString & | GetMessage () const |
Returns the human-readable error message. More... | |
Encryption failure.
Definition at line 228 of file gpgexceptions.h.
|
inline |
Constructs the error object using the error code and message.
[in] | code | Error code as in the underlying library (like QCA or gpgme). |
[in] | message | The error message. |
Definition at line 238 of file gpgexceptions.h.