Siebel Data Quality Administration Guide > Universal Connector API >

Error Message Function


This topic describes the function associated with error messages: sdq_get_error_message.

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.

Syntax

void 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 Value

This function does not have a return value.

Siebel Data Quality Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.