Enum persy::PersyError [] [src]

pub enum PersyError {
    IO(Error),
    Err(String),
    Encoding(Utf8Error),
    VersionNotLastest,
    RecordNotFound,
    SegmentNotFound,
    SegmentAlreadyExists,
    CannotDropSegmentCreatedInTx,
    Lock,
}

Variants

Trait Implementations

impl Debug for PersyError
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for PersyError
[src]

[src]

Performs the conversion.

impl<T> From<PoisonError<T>> for PersyError
[src]

[src]

Performs the conversion.

impl From<Utf8Error> for PersyError
[src]

[src]

Performs the conversion.

impl Display for PersyError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PersyError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Error for PersyError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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