diff options
author | Werner Koch <[email protected]> | 2011-08-23 13:46:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-08-23 13:46:50 +0000 |
commit | 27ffbcf63cf4e0cf87d0f4012735f709e215d5cb (patch) | |
tree | 5f8d4f50df6de37619e9caed4f16ee2b9f1f5697 /doc/errorref.txt | |
parent | Add GPG_ERR_DUP_KEY (diff) | |
download | libgpg-error-27ffbcf63cf4e0cf87d0f4012735f709e215d5cb.tar.gz libgpg-error-27ffbcf63cf4e0cf87d0f4012735f709e215d5cb.zip |
Add GPG_ERR_AMBIGUOUS
Diffstat (limited to 'doc/errorref.txt')
-rw-r--r-- | doc/errorref.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt index afabb0b..bbc9001 100644 --- a/doc/errorref.txt +++ b/doc/errorref.txt @@ -437,6 +437,11 @@ GPG_ERR_DUP_KEY Duplicated key A duplicated key was detected. For example a unique key in a database occurred more than once. +GPG_ERR_AMBIGUOUS Ambiguous search + + A search etc returned an ambigious result. This usually means + that the search string was not specific enough. + 199 GPG_ERR_UNFINISHED Operation not yet finished 200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short |