| Siebel Data Quality Administration Guide > Universal Connector API > Error Message Functions > sdq_get_error_message Function
 This function is called if any of the Universal Connector functions return a code other than 0, which indicates an error. This function performs a message lookup and gets the summary and details for the error that just occurred for display to the user or writing to the log. Syntaxvoid sdq_get_error_message (int error_code, SSchar * error_summary, SSchar * error_details) Parameters
 
    |  |  |  
    | error_code | The error code returned from the previous function call. |  
    | error_summary | A pointer to the error message summary, which is up to 256 characters long. |  
    | error_details  | A pointer to the error message details, which are up to 1024 characters long. |  
 Return valueThis function does not have a return value. |