Enum kite_rocksdb::DocumentInsertError [] [src]

pub enum DocumentInsertError {
    RocksDBError(Error),
    SegmentFull,
}

Variants

A RocksDB error occurred

The segment is full

Trait Implementations

impl Debug for DocumentInsertError
[src]

Formats the value using the given formatter.

impl From<Error> for DocumentInsertError
[src]

Performs the conversion.

impl From<DocumentInsertError> for DocumentInsertError
[src]

Performs the conversion.