pbms_error
Description
const char * pbms_error ( PBMS pbms)
For the connection specified by pbms, returns a null-terminated string containing the error message for the most recently invoked API function that can succeed or fail.
Parameters
pbms
The pbms connection the error information is being requested for. If pbms is NULL, then the last error for a non-handle specific API function is returned.
Return Values

An error string for the most recently invoked API function that can succeed or fail. An empty string means that no error occurred.

Related functions
pbms_errno()