Manual Page Result
0
Command: sqlite3_system_errno | Section: 3 | Source: NetBSD | File: sqlite3_system_errno.3
SQLITE3_SYSTEM_ERRNO(3) FreeBSD Library Functions Manual
NAME
sqlite3_system_errno - Low-level system error code
SYNOPSIS
int
sqlite3_system_errno(sqlite3*);
DESCRIPTION
Attempt to return the underlying operating system error code or error
number that caused the most recent I/O error or failure to open a file.
The return value is OS-dependent. For example, on unix systems, after
sqlite3_open_v2() returns SQLITE_CANTOPEN, this interface could be called
to get back the underlying "errno" that caused the problem, such as
ENOSPC, EAUTH, EISDIR, and so forth.
SEE ALSO
sqlite3_open(3), SQLITE_OK(3)
FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8