diff options
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 + |