From f32a1f784823790c0eb10070cd664b87f0a4dcf3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 12 Aug 2014 16:53:21 +0200 Subject: doc: Explain two error codes. -- --- doc/errorref.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3