Enum rustorm::error::DbError[][src]

pub enum DbError {
    SqlInjectionAttempt(String),
    DataError(DataError),
    PlatformError(PlatformError),
    ConvertError(ConvertError),
    ConnectError(ConnectError),
}

Variants

Trait Implementations

impl Debug for DbError
[src]

Formats the value using the given formatter. Read more

impl From<PlatformError> for DbError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DbError

impl Sync for DbError