logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nng_strerror - return an error description

Description

       The nng_strerror() returns the human-readable description of the given error in err.

           Note

           The returned error message is provided in US English, but in the future locale-specific strings may
           be presented instead.

           Note

           The specific strings associated with specific error messages are subject to change. Therefore
           applications must not depend on the message, but may use them verbatim when supplying information to
           end-users, such as in diagnostic messages or log entries.

Name

       nng_strerror - return an error description

Return Values

       This function returns the human-readable error message, terminated by a NUL byte.

See Also

libnng(3), nng(7)

                                                   2025-04-20                                    NNG_STRERROR(3)

Synopsis

           #include <nng/nng.h>

           const char * nng_strerror(int err);

See Also