From 90b4dfad438900c7808b8c2995ba984fa3587bb2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 12 Dec 2016 19:26:17 +0100 Subject: New error code GPG_ERR_DNS_TIMEOUT. Signed-off-by: Werner Koch --- src/err-codes.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/err-codes.h.in') diff --git a/src/err-codes.h.in b/src/err-codes.h.in index b3eaf3c..efc40e4 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -336,7 +336,7 @@ 666 GPG_ERR_SYSTEM_BUG System bug detected # -# Mapping of some error codes from libdns. +# Mapping of some error codes from libdns and other DNS specific error codes # 711 GPG_ERR_DNS_UNKNOWN Unknown DNS error 712 GPG_ERR_DNS_SECTION Invalid DNS section @@ -345,6 +345,7 @@ 715 GPG_ERR_DNS_NO_ANSWER Missing DNS answer packet 716 GPG_ERR_DNS_CLOSED Connection closed in DNS 717 GPG_ERR_DNS_VERIFY Verification failed in DNS +718 GPG_ERR_DNS_TIMEOUT DNS Timeout # # Mapping of LDAP error codes -- cgit v1.2.3