summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-08-12 16:53:21 +0200
committerWerner Koch <wk@gnupg.org>2014-08-12 16:53:21 +0200
commitf32a1f784823790c0eb10070cd664b87f0a4dcf3 (patch)
tree00517a5e96def52d572bda2be8dcf057730c92e3 /doc
parent1be556e5bb1fb7262a1b5630ac939cfcaadc7100 (diff)
downloadlibgpg-error-f32a1f784823790c0eb10070cd664b87f0a4dcf3.tar.gz
doc: Explain two error codes.
--
Diffstat (limited to 'doc')
-rw-r--r--doc/errorref.txt11
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