summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-06-20 13:35:43 +0200
committerWerner Koch <wk@gnupg.org>2012-06-20 13:35:43 +0200
commit7878b0d2db1b94be8e9655d847d42309a4a68e2a (patch)
tree8ce9279a833d51fa3741655be718c811c9c047fe /doc
parentc35dbfdaa2e30e08185e4a468278a29e2c48b500 (diff)
downloadlibgpg-error-7878b0d2db1b94be8e9655d847d42309a4a68e2a.tar.gz
Add more error code documentation
--
Diffstat (limited to 'doc')
-rw-r--r--doc/errorref.txt21
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt
index bbc9001..eafd9d8 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -129,7 +129,10 @@ GPG_ERR_NO_VALUE No value
- Converting a Distinguised Name to an RFC2253 string failed.
-27 GPG_ERR_NOT_FOUND Not found
+GPG_ERR_NOT_FOUND Not found
+
+ A search operation did not return a matching value.
+
GPG_ERR_VALUE_NOT_FOUND Value not found
@@ -295,10 +298,22 @@ GPG_ERR_UNSUPPORTED_PROTOCOL Unsupported protocol
GPGME: - GPGME_PROTOCOL_xxx not supported.
122 GPG_ERR_BAD_PIN_METHOD Bad PIN method
-123 GPG_ERR_CARD_NOT_INITIALIZED Card not initialized
+
+GPG_ERR_CARD_NOT_INITIALIZED Card not initialized
+
+ SCDAEMON: - A card function is called but the card has not yet
+ been initialized. This may be due to a conflict with
+ another card using connection or due to a bug.
+
124 GPG_ERR_UNSUPPORTED_OPERATION Unsupported operation
125 GPG_ERR_WRONG_KEY_USAGE Wrong key usage
-126 GPG_ERR_NOTHING_FOUND Nothing found
+
+GPG_ERR_NOTHING_FOUND Nothing found
+
+ Indicates that the operation was not possible because nothing has
+ been found. For example an update request for non existent data.
+
+
127 GPG_ERR_WRONG_BLOB_TYPE Wrong blob type
GPG_ERR_MISSING_VALUE Missing value