summaryrefslogtreecommitdiff
path: root/src/err-codes.h.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-08-23 15:46:50 +0200
committerWerner Koch <wk@gnupg.org>2011-08-23 15:46:50 +0200
commit27ffbcf63cf4e0cf87d0f4012735f709e215d5cb (patch)
tree5f8d4f50df6de37619e9caed4f16ee2b9f1f5697 /src/err-codes.h.in
parente6bda00b966010934150b0c2134b24ff07b7c9fc (diff)
downloadlibgpg-error-27ffbcf63cf4e0cf87d0f4012735f709e215d5cb.tar.gz
Add GPG_ERR_AMBIGUOUS
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r--src/err-codes.h.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index e722688..dcef931 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -218,8 +218,9 @@
186 GPG_ERR_NO_KEYSERVER No keyserver available
187 GPG_ERR_INV_CURVE Invalid elliptic curve
188 GPG_ERR_UNKNOWN_CURVE Unknown elliptic curve
-189 GPG_ERR_DUP_KEY Duplicated key
-# 190 to 197 are free to be used.
+189 GPG_ERR_DUP_KEY Duplicated key
+190 GPG_ERR_AMBIGUOUS Ambiguous result
+# 191 to 197 are free to be used.
198 GPG_ERR_FULLY_CANCELED Operation fully cancelled
199 GPG_ERR_UNFINISHED Operation not yet finished