Seaquel
MySQL error code

MySQL error 3199

MySQL server error 3199 is ER_BINLOG_UNSAFE_XA, reported with SQLSTATE HY000.

Statement is unsafe because it is being used inside a XA transaction. Concurrent XA transactions may deadlock on replicas when replicated using statements.
Error3199
NameER_BINLOG_UNSAFE_XA
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference