Seaquel
MySQL error code

MySQL error 3001

MySQL server error 3001 is ER_ERROR_ON_SOURCE, reported with SQLSTATE HY000.

Query partially completed on the source (error on source: %d) and was aborted. There is a chance that your source is inconsistent at this point. If you are sure that your source is ok, run this query manually on the replica and then restart the replica with SET GLOBAL SQL_REPLICA_SKIP_COUNTER=1; START REPLICA;. Query:'%s'
Error3001
NameER_ERROR_ON_SOURCE
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference