MDB_PAGE_NOTFOUND top-level constant
int
const MDB_PAGE_NOTFOUND
MDB_PAGE_NOTFOUND: Requested page not found. Internal error indicating database corruption or invalid page access.
Implementation
const MDB_PAGE_NOTFOUND = bindings.MDB_PAGE_NOTFOUND;