upscli_strerror (3) Linux Manual Page
upscli_strerror – return string describing error condition Synopsis #include <upsclient.h> char *upscli_strerror(UPSCONN_t *ups); Description The upscli_strerror() function takes the pointer ups to a UPSCONN_t state structure and returns a string describing the last error which occurred on this connection. The string is valid until the next call to upscli_strerror(). Return Value The upscli_strerror() function returns…
