| Previous | Next |
| SQLITE_E_IOERR_FSYNC | SQLITE_E_CONSTRAINT_FUNCTION |
SQLITE_E_CANTOPEN_CONVPATH
SQLITE_E_CANTOPEN_CONVPATH is the extended SQLite cannot-open result for pathname conversion. The active VFS could not convert the supplied filename into a usable native path.
What to check
- Log the original path bytes and the application encoding at the boundary where the database is opened.
- Check non-ASCII paths, long-path support, locale assumptions, and custom VFS behavior on the affected platform.
- Use the Unicode-aware open API provided by the binding or runtime instead of lossy path conversion.
PRAGMA database_list;
SQLite: Result and Error Codes
Looking for a different code? Search another status or error code.
