diff options
author | Werner Koch <[email protected]> | 2019-08-05 06:56:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-08-05 06:59:12 +0000 |
commit | c6d9598a8572e7757504ddf53c01dcf611228143 (patch) | |
tree | 1e52a2db8082ac02cf2067c95e9b69fc888a0cc8 /src | |
parent | w32: Fix cast to internal fd. (diff) | |
download | libgpg-error-c6d9598a8572e7757504ddf53c01dcf611228143.tar.gz libgpg-error-c6d9598a8572e7757504ddf53c01dcf611228143.zip |
New error codes NO_KEYBOXD, KEYBOXD, NO_SERVICE, and SERVICE.
--
Diffstat (limited to 'src')
-rw-r--r-- | src/err-codes.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 33e79da..70f3b01 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -335,6 +335,10 @@ 313 GPG_ERR_WRONG_NAME Wrong name 314 GPG_ERR_NO_AUTH Not authenticated 315 GPG_ERR_BAD_AUTH Bad authentication +316 GPG_ERR_NO_KEYBOXD No Keybox daemon running +317 GPG_ERR_KEYBOXD Keybox daemon error +318 GPG_ERR_NO_SERVICE Service is not running +319 GPG_ERR_SERVICE Service error # This range is free for use. 666 GPG_ERR_SYSTEM_BUG System bug detected |