summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-12-13 12:42:43 +0100
committerWerner Koch <wk@gnupg.org>2016-12-13 12:42:43 +0100
commitf02a657f0129b30700b2f36956ee37b40cc2da82 (patch)
tree51a87b1d9ccb970a37f8b4c459a91cc5c7385f89 /doc
parent90b4dfad438900c7808b8c2995ba984fa3587bb2 (diff)
downloadlibgpg-error-f02a657f0129b30700b2f36956ee37b40cc2da82.tar.gz
New error code GPG_ERR_TRY_LATER.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/errorref.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt
index ce626eb..6cea1b7 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -248,7 +248,7 @@ GPG_ERR_NETWORK Network error
GPG_ERR_UNKNOWN_HOST Unknown host
- Used instead of the non-portbale EHOSTNOTFOUND which is
+ Used instead of the non-portable EHOSTNOTFOUND which is
returned by some systems as a mapping of h_errno's
HOST_NOT_FOUND
@@ -1033,6 +1033,11 @@ GPG_ERR_ALREADY_FETCHED Already fetched
GNUPG: - In Dirmngr used for the libdns error code DNS_EFETCHED.
+GPG_ERR_TRY_LATER Try again later
+
+ This indicates that a server asked to try again later; thus it is
+ different from EAGAIN which is used by the local system. This
+ code is for example used instead of h_error's TRY_AGAIN.
GPG_ERR_SYSTEM_BUG System bug detected