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.

Syntax

void sdq_get_error_message (int error_code, SSchar * error_summary, SSchar * error_details)

Parameters

Parameter
Description

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 © 2006, Oracle. All rights reserved.