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.
Item | Description |
---|---|
Syntax |
|
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. |