Enum akita::AkitaError[][src]

pub enum AkitaError {
Show 14 variants InvalidSQL(String), InvalidField(String), MissingIdent(String), MissingTable(String), MissingField(String), MySQLError(String), SQLiteError(String), ExcuteSqlError(StringString), DataError(String), R2D2Error(String), UrlParseError(String), RedundantField(String), UnknownDatabase(String), Unknown,
}

Variants

InvalidSQL(String)

Tuple Fields of InvalidSQL

0: String
InvalidField(String)

Tuple Fields of InvalidField

0: String
MissingIdent(String)

Tuple Fields of MissingIdent

0: String
MissingTable(String)

Tuple Fields of MissingTable

0: String
MissingField(String)

Tuple Fields of MissingField

0: String
MySQLError(String)

Tuple Fields of MySQLError

0: String
SQLiteError(String)

Tuple Fields of SQLiteError

0: String
ExcuteSqlError(StringString)

Tuple Fields of ExcuteSqlError

0: String1: String
DataError(String)

Tuple Fields of DataError

0: String
R2D2Error(String)

Tuple Fields of R2D2Error

0: String
UrlParseError(String)

Tuple Fields of UrlParseError

0: String
RedundantField(String)

Tuple Fields of RedundantField

0: String
UnknownDatabase(String)

Tuple Fields of UnknownDatabase

0: String
Unknown

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

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

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.