Seaquel
MySQL error code

MySQL error 1418

MySQL server error 1418 is ER_BINLOG_UNSAFE_ROUTINE, reported with SQLSTATE HY000.

This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
Error1418
NameER_BINLOG_UNSAFE_ROUTINE
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference