Functions

Returns a standardized io::Error to indicate the database is closed.
Returns false if the io::Error message contains the string “database closed”.
Returns an io::Error with ErrorKind::Other from a string.
Accepts an error and returns a corruption error if the original error is not “database closed” or “not found”.
Returns false if the io::Error is ErrorKind::NotFound and contains a string “not found”.
Returns a standardized io::Error to indicate a key is not found.