When using .executeBatchAsync(statements) I always only get [SqlExecutionError] cannot rollback - no transaction is active when any of the statements fails. I would expect to get the sql error of the statement that produced the error. Is there any way to get the proper exception that caused the batchTransaction to fail?