In an sql_executer I run an sql-statement that updates a table, but does not output any features. If there is an error in this update, an error message appears in the log file, but the translation as a whole is successful.
How can I intercept this error so that the translation aborts if there is an error?