Site icon EfmSoft

What does HRESULT 0x87AF0204 (SQLITE_E_ABORT_ROLLBACK) mean?

 
Previous Next
SQLITE_E_WARNING_AUTOINDEX SQLITE_E_BUSY_SNAPSHOT

SQLITE_E_ABORT_ROLLBACK

SQLITE_E_ABORT_ROLLBACK is the extended SQLite abort result returned when another operation rolls back the transaction containing an active statement.

What to check for SQLITE_E_ABORT_ROLLBACK

PRAGMA data_version;

SQLite: Result and Error Codes

SQLite: PRAGMA statements

Diagnostic interpretation

This result has the HRESULT value 0x87AF0204. AllStat records the condition as “SQLITE_ABORT_ROLLBACK”.

Evidence to capture

Retry and recovery

Retry this result only when the owning API documents a transient state or after the condition described as “SQLITE_ABORT_ROLLBACK” has changed.


Looking for a different code? Search another status or error code.

Exit mobile version