summaryrefslogtreecommitdiff
path: root/doc/cha-errors.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-19 22:23:02 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-19 23:32:54 +0200
commit84ac5bc635b4701e0f3b9d40b2f0726e4c45a13d (patch)
tree8d591f34b460de52b81098822863d65edf9a5adf /doc/cha-errors.texi
parente339ff713b0337e78cb0267d4e43b3b22961f583 (diff)
downloadgnutls-84ac5bc635b4701e0f3b9d40b2f0726e4c45a13d.tar.gz
updated documentation to allow latex output.
Diffstat (limited to 'doc/cha-errors.texi')
-rw-r--r--doc/cha-errors.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/cha-errors.texi b/doc/cha-errors.texi
new file mode 100644
index 0000000000..84d23361eb
--- /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} indicate successful operation, and
+is guaranteed to have the value 0, so you can use it in logical
+expressions.
+
+@include error_codes.texi
+