summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2023-04-06 10:15:08 +0200
committerWerner Koch <wk@gnupg.org>2023-04-06 10:15:08 +0200
commit0262cd3371cf9794be94851955fec099b0e1fab5 (patch)
tree7427143938cd34e678759b716a07eb91f83ee50a /doc
parent1a382660855fb46da86980797acc50af1718c359 (diff)
downloadlibgpg-error-0262cd3371cf9794be94851955fec099b0e1fab5.tar.gz
core: New error codes for PUKs and reset codes.
* src/err-codes.h.in (GPG_ERR_BAD_PUK): New (GPG_ERR_NO_RESET_CODE, GPG_ERR_BAD_RESET_CODE): New. -- Also updated the German translation
Diffstat (limited to 'doc')
-rw-r--r--doc/errorref.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 26d73fd..c4b8399 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -1097,6 +1097,17 @@ GPG_ERR_SERVICE Service error
An error occured in a service component. This is a generic
version of GPG_ERR_AGENT et al.
+GPG_ERR_BAD_PUK Bad PUK
+
+ A wrong PIN Unblocking Code was used.
+
+GPG_ERR_NO_RESET_CODE No reset code
+
+ A reset code has not been configured for the card or token.
+
+GPG_ERR_BAD_RESET_CODE No reset code
+
+ A wrong reset code was used.
GPG_ERR_SYSTEM_BUG System bug detected