Seaquel
SQLite error code

SQLITE_ERROR_RETRY

SQLITE_ERROR_RETRY is SQLite result code 513, an extended code of SQLITE_ERROR.

Result code513
NameSQLITE_ERROR_RETRY
Primary codeSQLITE_ERROR

What it means

The SQLITE_ERROR_RETRY is used internally to provoke sqlite3_prepare_v2() (or one of its sibling routines for creating prepared statements) to try again to prepare a statement that failed with an error on the previous attempt.

Source: SQLite Result and Error Codes