Seaquel
MySQL error code

MySQL error 1444

MySQL server error 1444 is ER_PS_NO_RECURSION, reported with SQLSTATE HY000.

The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner
Error1444
NameER_PS_NO_RECURSION
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference