Sha256: be0d08f32082d7b76852a23c1c35e1be6c9b4efa190d7da08a6d9fff64d9d261

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 KB

Contents

.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "gnutls_error_is_fatal" 3 "2.4.2" "gnutls" "gnutls"
.SH NAME
gnutls_error_is_fatal \- Returns non-zero in case of a fatal error
.SH SYNOPSIS
.B #include <gnutls/gnutls.h>
.sp
.BI "int gnutls_error_is_fatal(int " error ");"
.SH ARGUMENTS
.IP "int error" 12
is an error returned by a gnutls function. Error should be a negative value.
.SH "DESCRIPTION"
If a function returns a negative value you may feed that value
to this function to see if it is fatal. Returns 1 for a fatal 
error 0 otherwise. However you may want to check the
error code manually, since some non\-fatal errors to the protocol
may be fatal for you (your program).

This is only useful if you are dealing with errors from the
record layer or the handshake layer.

For positive \fIerror\fP values, 0 is returned.
.SH "REPORTING BUGS"
Report bugs to <bug-gnutls@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2008 Free Software Foundation.
.br
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
.SH "SEE ALSO"
The full documentation for
.B gnutls
is maintained as a Texinfo manual.  If the
.B info
and
.B gnutls
programs are properly installed at your site, the command
.IP
.B info gnutls
.PP
should give you access to the complete manual.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
glib2-1.1.8-x86-mingw32 vendor/local/share/man/man3/gnutls_error_is_fatal.3
glib2-1.1.7-x86-mingw32 vendor/local/share/man/man3/gnutls_error_is_fatal.3
glib2-1.1.6-x86-mingw32 vendor/local/share/man/man3/gnutls_error_is_fatal.3
glib2-1.1.5-x86-mingw32 vendor/local/share/man/man3/gnutls_error_is_fatal.3