ne_get_error (3) Linux Manual Page
ne_get_error, ne_set_error – error handling for HTTP sessions Synopsis #include <ne_session.h> const char *ne_get_error(ne_sesssion *session); void ne_set_error(ne_sesssion *session, const char *format, …); Description The session error string is used to store any human-readable error information associated with any errors which occur whilst using the HTTP session. The ne_get_error function returns the current session error string….
