pivot_getLastErrorString
Retrieves the error string of the last function called that failed.
FUNCTION pivot_getLastErrorString()
  RETURNS errorMessage STRING    
        Returns
- errorMessage STRING - null if no error occurred.
 
Retrieves the error string of the last function called that failed.
FUNCTION pivot_getLastErrorString()
  RETURNS errorMessage STRING    
        Returns