rasqal_query_set_error_handler
Name
rasqal_query_set_error_handler -- Set the query error handling function
Synopsis
void rasqal_query_set_error_handler
(rasqal_query* query, void * user_data, raptor_message_handler handler);
Arguments
- query
the query
- user_data
user data to pass to function
- handler
pointer to the function
Description
The function will receive callbacks when the query fails.