![]() |
LeechCraft Azoth
0.6.70-6645-gcd10d7e
Modular multiprotocol IM plugin for LeechCraft
|
Classes | |
| class | Encryption |
| Encryption failure. More... | |
| class | General |
| A general GPG error. More... | |
| class | NullPubkey |
| An error resulting from a null (or unset) public key. More... | |
Typedefs | |
| using | AnyException_t = boost::variant< Encryption, NullPubkey, General > |
| A sum type of all the possible GPG-related errors. More... | |
| using | MaybeException_t = boost::optional< AnyException_t > |
| A type representing a possibility of a GPG-related error. More... | |
| using LeechCraft::Azoth::GPGExceptions::AnyException_t = typedef boost::variant<Encryption, NullPubkey, General> |
A sum type of all the possible GPG-related errors.
Definition at line 165 of file gpgexceptions.h.
| using LeechCraft::Azoth::GPGExceptions::MaybeException_t = typedef boost::optional<AnyException_t> |
A type representing a possibility of a GPG-related error.
Definition at line 169 of file gpgexceptions.h.