LeechCraft Azoth  0.6.70-6645-gcd10d7e
Modular multiprotocol IM plugin for LeechCraft
LeechCraft::Azoth::GPGExceptions Namespace Reference

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...
 

Typedef Documentation

A sum type of all the possible GPG-related errors.

Definition at line 165 of file gpgexceptions.h.

A type representing a possibility of a GPG-related error.

Definition at line 169 of file gpgexceptions.h.