![]() |
LeechCraft Azoth
0.6.70-15082-g543737046d
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 | |
LC | |
LC::Azoth | |
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. More... | |
using | LC::Azoth::GPGExceptions::MaybeException_t = std::optional< AnyException_t > |
A type representing a possibility of a GPG-related error. More... | |