summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-09-18 13:02:15 +0200
committerWerner Koch <wk@gnupg.org>2014-09-18 13:02:15 +0200
commitb410265df175ed11948ed81e5385b1770443b221 (patch)
tree598382c49703bf471bbea0f620b558f93f82918b /doc
parentcc4b0caa57a595a3727e51e061c519232f7bdb05 (diff)
downloadlibgpg-error-b410265df175ed11948ed81e5385b1770443b221.tar.gz
doc updates and type fixes.
--
Diffstat (limited to 'doc')
-rw-r--r--doc/errorref.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 8a96673..f4ff673 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -231,7 +231,13 @@ GPG_ERR_MISSING_CERT Missing certificate
67 GPG_ERR_TOO_LARGE Provided object is too large
68 GPG_ERR_NO_OBJ Missing item in object
69 GPG_ERR_NOT_IMPLEMENTED Not implemented
-70 GPG_ERR_CONFLICT Conflicting use
+
+GPG_ERR_CONFLICT Conflicting use
+
+ NTBTLS: - Function has already been called and may not be called
+ again at this protocol state.
+
+
71 GPG_ERR_INV_CIPHER_MODE Invalid cipher mode
72 GPG_ERR_INV_FLAG Invalid flag
73 GPG_ERR_INV_HANDLE Invalid handle
@@ -395,7 +401,15 @@ GPG_ERR_UNSUPPORTED_ENCODING Unsupported encoding
153 GPG_ERR_KEY_EXPIRED Key expired
154 GPG_ERR_SIG_EXPIRED Signature expired
155 GPG_ERR_ENCODING_PROBLEM Encoding problem
-156 GPG_ERR_INV_STATE Invalid state
+
+GPG_ERR_INV_STATE Invalid state
+
+ The state (of a protocol) is not possible or not defined at all.
+
+ NTBTLS: - Data received in an unexpected state.
+
+
+
157 GPG_ERR_DUP_VALUE Duplicated value
GPG_ERR_MISSING_ACTION Missing action