| DB_ERROR_NONE |
there is no error (or spoon) |
| DB_ERROR_OPEN_BROKEN |
can not open a broken database |
| DB_ERROR_OPEN_FAILED |
can not open database |
| DB_ERROR_CLOSE_BROKEN |
can not close a broken database |
| DB_ERROR_CLOSE_FAILED |
can not close database |
| DB_ERROR_WRITE_BROKEN |
can not write to a broken database |
| DB_ERROR_WRITE_CLOSED |
can not write to a closed database |
| DB_ERROR_WRITE_DUPE |
can not write duplicate key |
| DB_ERROR_WRITE_FAILED |
write failed (system error) |
| DB_ERROR_READ_BROKEN |
can not read from a broken database |
| DB_ERROR_READ_CLOSED |
can not read from a closed database |
| DB_ERROR_READ_NOT_FOUND |
can not read record, it was not found |
| DB_ERROR_READ_FAILED |
read failed (system error) |
| DB_ERROR_EXISTS_BROKEN |
can not check key existence in broken database |
| DB_ERROR_EXISTS_CLOSED |
can not check key existence in closed database |
| DB_ERROR_REMOVE_BROKEN |
can not remove record from broken database |
| DB_ERROR_REMOVE_CLOSED |
can not remove record from closed database |
| DB_ERROR_REMOVE_NOT_FOUND |
can not remove record, it was not found |
| DB_ERROR_REMOVE_FAILED |
remove failed (system error) |
| DB_ERROR_REFLIST_MISSING |
could not find reference list associated with key |
| DB_ERROR_COUNT |
number of error states |