Blame doc/cha-errors.texi

Packit 549fdc
@node Error codes
Packit 549fdc
@appendix Error Codes and Descriptions
Packit 549fdc
@cindex error codes
Packit 549fdc
Packit 549fdc
The error codes used throughout the library are described below.  The
Packit 549fdc
return code @code{GNUTLS_E_SUCCESS} indicates a successful operation, and
Packit 549fdc
is guaranteed to have the value 0, so you can use it in logical
Packit 549fdc
expressions.
Packit 549fdc
Packit 549fdc
@include error_codes.texi
Packit 549fdc