Seaquel
SQL Server error code

SQL Server error 2537

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

Table error: object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID, row %d. The record check (%.*ls) failed. The values are %I64d and %I64d.
Msg2537
NameDBCC_RECORD_CHECK_FAILED
Severity16
Group2000–2999

What it means

The row ROW_ID (or a column in the row) failed the test or condition described by CHECK_TEXT.

Source: Database Engine events and errors