Skip to main content

Module error

Module error 

Source
Expand description

Error types returned by this crate.

Structs§

EngineError
A fully owned engine error: DuckDB’s own classification plus its message.

Enums§

DuckDBConversionError
Describes why a value conversion from or to DuckDB failed.
EngineErrorKind
How DuckDB itself classified an engine error.
Error
Enum listing possible errors from duckdb.

Type Aliases§

Result
A typedef of the result returned by many methods.