gnutls_error_is_fatal (3) Linux Manual Page
NAME gnutls_error_is_fatal – API function SYNOPSIS #include <gnutls/gnutls.h> int gnutls_error_is_fatal(int error); ARGUMENTS int error is a GnuTLS error code, a negative error code 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…
