Seaquel
SQL Server error code

SQL Server error 8992

SQL Server raises error 8992 at severity 16, which marks a problem with the query or data that you can correct.

Check Catalog Msg %d, State %d: %.*ls
Msg8992
NameDBCC3_CHECK_CATALOG
Severity16
Group8000–8999

What it means

DBCC CHECKCATALOG or DBCC CHECKDB found an inconsistency in the system metadata tables for the specified object. That is, there's an inconsistency between the recorded object ID and the object specified in error message.

Source: Database Engine events and errors