MDB_KEYEXIST top-level constant
int
const MDB_KEYEXIST
MDB_KEYEXIST: Key/data pair already exists. Occurs during put operations when the key already exists and MDB_NOOVERWRITE was specified.
Implementation
const MDB_KEYEXIST = bindings.MDB_KEYEXIST;