Enum gluesql::result::Error[][src]

pub enum Error {
Show 20 variants Storage(Box<dyn Error>), StorageMsg(String), Parser(String), Translate(TranslateError), AlterTable(AlterTableError), Index(IndexError), Execute(ExecuteError), Alter(AlterError), Fetch(FetchError), Evaluate(EvaluateError), Select(SelectError), Aggregate(AggregateError), Update(UpdateError), Row(RowError), Table(TableError), Validate(ValidateError), Value(ValueError), Literal(LiteralError), Interval(IntervalError), StringExt(StringExtError),
}

Variants

Storage

Tuple Fields of Storage

0: Box<dyn Error>
StorageMsg

Tuple Fields of StorageMsg

0: String
Parser

Tuple Fields of Parser

0: String
Translate

Tuple Fields of Translate

0: TranslateError
AlterTable

Tuple Fields of AlterTable

0: AlterTableError
Index

Tuple Fields of Index

0: IndexError
Execute

Tuple Fields of Execute

0: ExecuteError
Alter

Tuple Fields of Alter

0: AlterError
Fetch

Tuple Fields of Fetch

0: FetchError
Evaluate

Tuple Fields of Evaluate

0: EvaluateError
Select

Tuple Fields of Select

0: SelectError
Aggregate

Tuple Fields of Aggregate

0: AggregateError
Update

Tuple Fields of Update

0: UpdateError
Row

Tuple Fields of Row

0: RowError
Table

Tuple Fields of Table

0: TableError
Validate

Tuple Fields of Validate

0: ValidateError
Value

Tuple Fields of Value

0: ValueError
Literal

Tuple Fields of Literal

0: LiteralError
Interval

Tuple Fields of Interval

0: IntervalError
StringExt

Tuple Fields of StringExt

0: StringExtError

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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.42.0:

use the Display impl or to_string()

👎 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.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

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.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.