Site icon EfmSoft

What does HRESULT 0x87AF0007 (SQLITE_E_NOMEM) mean?

 
Previous Next
SQLITE_E_LOCKED SQLITE_E_READONLY

SQLITE_E_NOMEM

SQLITE_E_NOMEM corresponds to SQLite SQLITE_NOMEM. A memory allocation required by SQLite failed.

What to check for SQLITE_E_NOMEM

PRAGMA cache_size;

SQLite: Result and Error Codes

SQLite: PRAGMA statements

Diagnostic interpretation

This result has the HRESULT value 0x87AF0007. AllStat records the condition as “A malloc() failed”.

Evidence to capture

Retry and recovery

Retry this result only when the owning API documents a transient state or after the condition described as “A malloc() failed” has changed.


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

Exit mobile version