diff options
author | Werner Koch <[email protected]> | 2021-04-06 07:54:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-04-06 07:54:52 +0000 |
commit | e0eefba56c16381553c1e6e38f9c98ec04134417 (patch) | |
tree | 8167caa7717619ac7b543df9af933c30ba6a29c8 /doc/DETAILS | |
parent | gpgconf: Return a new pseudo option compliance_de_vs. (diff) | |
download | gnupg-e0eefba56c16381553c1e6e38f9c98ec04134417.tar.gz gnupg-e0eefba56c16381553c1e6e38f9c98ec04134417.zip |
doc: Add some error locations to DETAILS.
--
This should actually be enhanced to describe all error locations as
known by GPGME.
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index de6aaa7f8..0353899e0 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1073,6 +1073,24 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: should not contain spaces. The error code is a either a string commencing with a letter or such a string prefixed with a numerical error code and an underscore; e.g.: "151011327_EOF". + + Some of the error locations are: + + - decryption.early_plaintext :: The OpenPGP message contains more + than one plaintext. + - genkey :: Problem generating a key. The error code further + describes the problem. + - get_passphrase :: Problem getting the passphrase from the + gpg-agent. + - keyedit.passwd :: Changing the password failed. + - nomdc_with_legacy_cipher :: The message was not MDC protected. + Use the command line to lern about a workaround. + - random-compliance :: The random number generator or the used + version of Libgcrypt do not fulfill the requirements of the + current compliance setting. The error code is often + GPG_ERR_FORBIDDEN. + - set_expire :: Changing the expiration time failed. + *** WARNING <location> <error code> [<text>] This is a generic warning status message, it might be followed by error location specific data. <location> and <error code> may not |