ngtcp2_err_is_fatal =================== Synopsis -------- *#include * .. function:: int ngtcp2_err_is_fatal(int liberr) `ngtcp2_err_is_fatal` returns nonzero if *liberr* is a fatal error. *liberr* must be one of ngtcp2 library error codes (which is defined as :macro:`NGTCP2_ERR_* ` macros).