blob: 0948d0552d99041e1599733f777bb17446b8ef77 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|