Enum gnudbm::GdbmError [] [src]

pub enum GdbmError {
    InvalidDatabase,
    NeedsRecovery,
    UnexpectedEOF,
    Other(u32),
}

An error originating in the gdbm C library.

Variants

The file was not a valid database.

Database is in inconsistent state and needs recovery.

The end of the file was reached unexpectedly. This probably indicates Database corruption.

Another gdbm error.

Trait Implementations

impl Debug for GdbmError
[src]

[src]

Formats the value using the given formatter.