![]() |
LeechCraft Azoth
0.6.70-11552-gf61ee51c3d
Modular multiprotocol IM plugin for LeechCraft
|
An error resulting from a null (or unset) public key. More...
#include "gpgexceptions.h"
Public Member Functions | |
NullPubkey () | |
Constructs the error object. 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... | |
An error resulting from a null (or unset) public key.
Definition at line 134 of file gpgexceptions.h.
|
inline |
Constructs the error object.
Definition at line 139 of file gpgexceptions.h.