ngtcp2_strerror¶
Synopsis¶
#include <ngtcp2/ngtcp2.h>
-
const char *
ngtcp2_strerror(int liberr)¶ ngtcp2_strerror()returns the text representation of liberr. liberr must be one of ngtcp2 library error codes (which is defined asNGTCP2_ERR_*macros).