Sha256: ae127702b892e4035e676e3cd13d533e3cf4228d9614755bc1ba0178beb63a27

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 KB

Contents

.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "gnutls_error_is_fatal" 3 "3.2.17" "gnutls" "gnutls"
.SH NAME
gnutls_error_is_fatal \- API function
.SH SYNOPSIS
.B #include <gnutls/gnutls.h>
.sp
.BI "int gnutls_error_is_fatal(int " error ");"
.SH ARGUMENTS
.IP "int error" 12
is a GnuTLS error code, a negative error code
.SH "DESCRIPTION"
If a GnuTLS function returns a negative error code you may feed that
value to this function to see if the error condition is fatal to
a TLS session (i.e., must be terminated). 

Note that you may also want to check the error code manually, since some
non\-fatal errors to the protocol (such as a warning alert or
a rehandshake request) may be fatal for your program.

This function is only useful if you are dealing with errors from
functions that relate to a TLS session (e.g., record layer or handshake 
layer handling functions).
.SH "RETURNS"
zero on non fatal errors or positive  \fIerror\fP values. Non\-zero
on fatal error codes.
.SH "REPORTING BUGS"
Report bugs to <bugs@gnutls.org>.
.br
Home page: http://www.gnutls.org

.SH COPYRIGHT
Copyright \(co 2001-2014 Free Software Foundation, Inc.
.br
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
.SH "SEE ALSO"
The full documentation for
.B gnutls
is maintained as a Texinfo manual.
If the /usr/share/doc/gnutls/
directory does not contain the HTML form visit
.B
.IP http://www.gnutls.org/manual/
.PP

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glib2-2.2.3-x86-mingw32 vendor/local/share/man/man3/gnutls_error_is_fatal.3
glib2-2.2.2-x86-mingw32 vendor/local/share/man/man3/gnutls_error_is_fatal.3
glib2-2.2.1-x86-mingw32 vendor/local/share/man/man3/gnutls_error_is_fatal.3