Enum lmdb_rs::core::MdbError
[−]
[src]
pub enum MdbError {
NotFound,
KeyExists,
TxnFull,
CursorFull,
PageFull,
Corrupted,
Panic,
InvalidPath,
StateError(String),
CacheError,
Other(c_int, String),
}MdbError wraps information about LMDB error
Variants
NotFoundKeyExistsTxnFullCursorFullPageFullCorruptedPanicInvalidPathStateError(String)CacheErrorOther(c_int, String)