diff options
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 5 |
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 |