Enum unqlite::Error [] [src]

pub enum Error {
    Custom(Custom),
    Other(Box<Error>),
}

Custom Error type.

Variants

UnQLite error code map

Any kind of other errors

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Send for Error
[src]

impl Sync for Error
[src]

impl From<NulError> for Error
[src]

[src]

Performs the conversion.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Error
[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