diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:33:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:33:12 +0000 |
commit | 36082a2fe36ecd800d784ae44c14f1f18c66a7e9 (patch) | |
tree | 6c68e0c0097987aff85a01dabddd34b862309a7c /doc/cha-errors.texi | |
parent | Initial commit. (diff) | |
download | gnutls28-upstream.tar.xz gnutls28-upstream.zip |
Adding upstream version 3.7.9.upstream/3.7.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/cha-errors.texi')
-rw-r--r-- | doc/cha-errors.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/cha-errors.texi b/doc/cha-errors.texi new file mode 100644 index 0000000..1154c01 --- /dev/null +++ b/doc/cha-errors.texi @@ -0,0 +1,11 @@ +@node Error codes +@appendix Error Codes and Descriptions +@cindex error codes + +The error codes used throughout the library are described below. The +return code @code{GNUTLS_E_SUCCESS} indicates a successful operation, and +is guaranteed to have the value 0, so you can use it in logical +expressions. + +@include error_codes.texi + |