Seaquel
MySQL error code

MySQL error 3961

MySQL server error 3961 is ER_WARN_DEPRECATED_JSON_TABLE_ON_ERROR_ON_EMPTY, reported with SQLSTATE HY000.

Specifying an ON EMPTY clause after the ON ERROR clause in a JSON_TABLE column definition is deprecated syntax and will be removed in a future release. Specify ON EMPTY before ON ERROR instead.
Error3961
NameER_WARN_DEPRECATED_JSON_TABLE_ON_ERROR_ON_EMPTY
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference