15 lines
277 B
ReStructuredText
15 lines
277 B
ReStructuredText
|
|
nghttp2_strerror
|
|
================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
*#include <nghttp2/nghttp2.h>*
|
|
|
|
.. function:: const char *nghttp2_strerror(int lib_error_code)
|
|
|
|
|
|
Returns string describing the *lib_error_code*. The
|
|
*lib_error_code* must be one of the :macro:`nghttp2_error`.
|