summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-11-02 10:05:37 +0100
committerWerner Koch <wk@gnupg.org>2016-11-02 10:05:37 +0100
commit49e32eed4550869644d706352d683ddba5696d4e (patch)
treebdecb612a4954b8316e1fb4e143da6524bc8aea3 /doc
parent59855806e11a27c5b63d9c25f7516c8cc74668aa (diff)
downloadlibgpg-error-49e32eed4550869644d706352d683ddba5696d4e.tar.gz
Add error codes GPG_ERR_TOO_YOUNG and GPG_ERR_TOO_OLD.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/errorref.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt
index da5df23..0ea7d76 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -851,6 +851,14 @@ GPG_ERR_USER_ID_EXISTS (304) User ID already exists
GPG_ERR_NAME_EXISTS (305) Name already exists
GPG_ERR_DUP_NAME (306) Duplicated name
+GPG_ERR_TOO_YOUNG (307) Objects is too young
+
+ For example used if a file is younger than expected.
+
+GPG_ERR_TOO_OLD (308 Objects is too old
+
+ Used if an object is too old to be used. This is a more generic
+ code than GPG_ERR_ENGINE_TOO_OLD or GPG_ERR_CRL_TOO_OLD.
GPG_ERR_LDAP_GENERAL LDAP General error