
ngtcp2_strerror
===============

Synopsis
--------

*#include <ngtcp2/ngtcp2.h>*

.. function:: 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 as :macro:`NGTCP2_ERR_* <NGTCP2_ERR_INVALID_ARGUMENT>`
    macros).
