Enum lmdb_rs_m::core::MdbError[][src]

pub enum MdbError {
    NotFound,
    KeyExists,
    TxnFull,
    CursorFull,
    PageFull,
    Corrupted,
    Panic,
    InvalidPath,
    StateError(String),
    CacheError,
    Other(c_intString),
}

MdbError wraps information about LMDB error

Variants

Methods

impl MdbError
[src]

Trait Implementations

impl Debug for MdbError
[src]

Formats the value using the given formatter. Read more

impl Display for MdbError
[src]

Formats the value using the given formatter. Read more

impl Error for MdbError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for MdbError

impl Sync for MdbError