blob: 1154c01236fa6ebb7999a57511dfea38b83512e2 (
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} indicates a successful operation, and
is guaranteed to have the value 0, so you can use it in logical
expressions.
@include error_codes.texi
|