diff options
author | Werner Koch <[email protected]> | 2016-12-12 16:55:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-12-12 16:58:05 +0000 |
commit | 56ab574c28586fccd95a08acdc9ee4962ab0db50 (patch) | |
tree | 1da49af3fad76baa9d59944256f4c7d5b65bc793 /src | |
parent | Fix NULL segv in new option --desc (diff) | |
download | libgpg-error-56ab574c28586fccd95a08acdc9ee4962ab0db50.tar.gz libgpg-error-56ab574c28586fccd95a08acdc9ee4962ab0db50.zip |
New error codes to support libdns.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/err-codes.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 0669d35..b3eaf3c 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -329,8 +329,23 @@ 307 GPG_ERR_TOO_YOUNG Object is too young 308 GPG_ERR_TOO_OLD Object is too old 309 GPG_ERR_UNKNOWN_FLAG Unknown flag +310 GPG_ERR_INV_ORDER Invalid execution order +311 GPG_ERR_ALREADY_FETCHED Already fetched # This range is free for use. +666 GPG_ERR_SYSTEM_BUG System bug detected + +# +# Mapping of some error codes from libdns. +# +711 GPG_ERR_DNS_UNKNOWN Unknown DNS error +712 GPG_ERR_DNS_SECTION Invalid DNS section +713 GPG_ERR_DNS_ADDRESS Invalid textual address form +714 GPG_ERR_DNS_NO_QUERY Missing DNS query packet +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 + # # Mapping of LDAP error codes # |