Enum dengine::Error[][src]

pub enum Error {
    SQLErr(String),
    IndexOutOfBound(String),
    ConversionErr(String),
    LibErr(String),
    Unknown(String),
    ConnectionErr(String),
}

Error type for the lib

Variants

Methods

impl Error
[src]

Trait Implementations

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error