summaryrefslogtreecommitdiff
path: root/doc/errorref.txt
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-12-28 13:52:10 +0100
committerWerner Koch <wk@gnupg.org>2014-12-28 13:52:10 +0100
commita672a1510456f3f12769938ab95c50ec6904e42e (patch)
treef6f83cc0838fa5e3d9ed13f796c80a7608722cf0 /doc/errorref.txt
parentbcd9295d5b9c9f46478bff0680f57bd71b4061f8 (diff)
downloadlibgpg-error-a672a1510456f3f12769938ab95c50ec6904e42e.tar.gz
Add GPG_ERR_REQUEST_TOO_SHORT and GPG_ERR_REQUEST_TOO_LONG.
Diffstat (limited to 'doc/errorref.txt')
-rw-r--r--doc/errorref.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 15a2013..0657f53 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -610,13 +610,21 @@ GPG_ERR_MAC_ALGO
212 GPG_ERR_SEXP_ODD_HEX_NUMBERS Odd hexadecimal numbers in S-expression
213 GPG_ERR_SEXP_BAD_OCT_CHAR Bad octal character in S-expression
+GPG_ERR_REQUEST_TOO_SHORT Request too short
+
+ A received request is too short to continue processing.
+
+GPG_ERR_REQUEST_TOO_LONG Request too long
+
+ A received request is too long to continue processing. This may
+ be due to an internal limitation, a protocol violation, or due to
+ the use of a newer version of a protocol.
GPG_ERR_OBJ_TERM_STATE Object is in termination state
For cards this is the ISO status word 0x6285 (file is in
termnation state).
-
GPG_ERR_NO_CERT_CHAIN No certificate chain
NTBTLS: - A CA chain has not been set but is required.