mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 03:54:31 +00:00
more error possibilities
svn path=/trunk/kdesupport/qca/; revision=440366
This commit is contained in:
parent
946ace4621
commit
acabfd9986
@ -255,13 +255,15 @@ namespace QCA
|
||||
*/
|
||||
enum Error
|
||||
{
|
||||
ErrorPassphrase, ///< passphrase was either wrong or not provided
|
||||
ErrorFormat, ///< input format was bad
|
||||
ErrorSignerExpired, ///< signing key is expired
|
||||
ErrorSignerInvalid, ///< signing key is invalid in some way
|
||||
ErrorEncryptExpired, ///< encrypting key is expired
|
||||
ErrorEncryptInvalid, ///< encrypting key is invalid in some way
|
||||
ErrorUnknown ///< other error
|
||||
ErrorPassphrase, ///< passphrase was either wrong or not provided
|
||||
ErrorFormat, ///< input format was bad
|
||||
ErrorSignerExpired, ///< signing key is expired
|
||||
ErrorSignerInvalid, ///< signing key is invalid in some way
|
||||
ErrorEncryptExpired, ///< encrypting key is expired
|
||||
ErrorEncryptUntrusted, ///< encrypting key is untrusted
|
||||
ErrorEncryptInvalid, ///< encrypting key is invalid in some way
|
||||
ErrorNeedCard, ///< pgp card is missing
|
||||
ErrorUnknown ///< other error
|
||||
};
|
||||
|
||||
SecureMessage(SecureMessageSystem *system);
|
||||
|
Loading…
x
Reference in New Issue
Block a user