diff options
author | Werner Koch <[email protected]> | 2014-08-12 14:53:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-12 14:53:21 +0000 |
commit | f32a1f784823790c0eb10070cd664b87f0a4dcf3 (patch) | |
tree | 00517a5e96def52d572bda2be8dcf057730c92e3 | |
parent | Update Danish translation (diff) | |
download | libgpg-error-f32a1f784823790c0eb10070cd664b87f0a4dcf3.tar.gz libgpg-error-f32a1f784823790c0eb10070cd664b87f0a4dcf3.zip |
doc: Explain two error codes.
--
-rw-r--r-- | doc/errorref.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt index d3a65a1..8a96673 100644 --- a/doc/errorref.txt +++ b/doc/errorref.txt @@ -240,7 +240,14 @@ GPG_ERR_MISSING_CERT Missing certificate 76 GPG_ERR_INV_RESPONSE Invalid response 77 GPG_ERR_NO_AGENT No agent running 78 GPG_ERR_AGENT agent error -79 GPG_ERR_INV_DATA Invalid data + +GPG_ERR_INV_DATA Invalid data + + GNUPG: - Used in app-openpgp.c for a badly formatted request. + GCRYPT: - No passphrase given for gcry_kdf_derive. + - An opaque MPI is given to a public key function but not + expected. + 80 GPG_ERR_ASSUAN_SERVER_FAULT Unspecific Assuan server fault 81 GPG_ERR_ASSUAN General Assuan error 82 GPG_ERR_INV_SESSION_KEY Invalid session key @@ -331,6 +338,8 @@ GPG_ERR_MISSING_VALUE Missing value GNUPG: - Not enough parameters for a secret key send to gpg-agent. + GCRYPT: - A required parameter has not been given. + 129 GPG_ERR_HARDWARE Hardware problem 130 GPG_ERR_PIN_BLOCKED PIN blocked |