![]() |
LeechCraft Azoth 0.6.70-18450-gabe19ee3b0
Modular multiprotocol IM plugin for LeechCraft
|
#include <stdexcept>#include <variant>#include <optional>Go to the source code of this file.
Classes | |
| class | LC::Azoth::GPGExceptions::General |
| A general GPG error. More... | |
| class | LC::Azoth::GPGExceptions::NullPubkey |
| An error resulting from a null (or unset) public key. More... | |
| class | LC::Azoth::GPGExceptions::Encryption |
| Encryption failure. More... | |
Namespaces | |
| namespace | LC |
| namespace | LC::Azoth |
| namespace | LC::Azoth::GPGExceptions |
Typedefs | |
| using | LC::Azoth::GPGExceptions::AnyException_t = std::variant<Encryption, NullPubkey, General> |
| A sum type of all the possible GPG-related errors. | |
| using | LC::Azoth::GPGExceptions::MaybeException_t = std::optional<AnyException_t> |
| A type representing a possibility of a GPG-related error. | |