Connection.addErrorList

This is just another convenience function which lets you add a list of GdaError's to the given connection. As with gda_connection_add_error and gda_connection_add_error_string, this function makes the connection object emit the "error" signal. The only difference is that, instead of a notification for each error, this function only does one notification for the whole list of errors. error_list is copied to an internal list and freed.

class Connection
void
addErrorList

Parameters

errorList ListG

a list of GdaError.

Meta