pmierrstr(3) centos man page | unix.com

Man Page: pmierrstr

Operating Environment: centos

Section: 3

PMIERRSTR(3)						     Library Functions Manual						      PMIERRSTR(3)

NAME
pmiErrStr - convert a LOGIMPORT error code into a string
C SYNOPSIS
#include <pcp/pmapi.h> #include <pcp/import.h> const char *pmiErrStr(int code); char *pmiErrStr_r(int code, char buf, int buflen); cc ... -lpcp_import -lpcp Perl SYNOPSIS use PCP::LogImport; pmiErrStr($code);
DESCRIPTION
As part of the Performance Co-Pilot Log Import API (see LOGIMPORT(3)), pmiErrStr translates error codes returned from the other routines in the Log Import library into printable error messages. code would normally have a negative value. As a special case, if code is -1 then the error code returned from the last routine called in the LOGIMPORT library for this context will be used. The pmiErrStr_r function does the same, but stores the result in a user-supplied buffer buf of length buflen, which should have room for at least PMI_MAXERRMSGLEN bytes. The set of possible error codes and messages is all those defined by pmErrStr(3) and PCPIntro(3), plus the additonal ones defined in <pcp/import.h> with error code names of the form PMI_ERR_....
DIAGNOSTICS
None.
SEE ALSO
LOGIMPORT(3), PCPIntro(3) and pmErrStr(3). Performance Co-Pilot PCP PMIERRSTR(3)
Related Man Pages
pmiaddinstance(3) - centos
pmiaddmetric(3) - centos
pmierrstr(3) - centos
pmigethandle(3) - centos
pmistart(3) - centos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq