pbs_geterrmsg - Man Page
get error message for last pbs batch operation
Synopsis
#include <pbs_error.h>
#include <pbs_ifl.h>
char *pbs_geterrmsg(int connect)
Description
Return the error message text associated with a batch server request.
If the preceding batch interface library call over the connection specified by connect resulted in an error return from the server, there may be an associated text message. If it exists, this function will return a pointer to the null terminated text string.
See Also
pbs_connect(3B)
Diagnostics
If an error text message was returned by a server in reply to the previous call to a batch interface library function, pbs_geterrmsg() will return a pointer to it. Otherwise, pbs_geterrmsg() returns the null pointer.
Info
Local PBS