Expand description
Error types returned by this crate.
Structs§
- Engine
Error - A fully owned engine error: DuckDB’s own classification plus its message.
Enums§
- DuckDB
Conversion Error - Describes why a value conversion from or to DuckDB failed.
- Engine
Error Kind - 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.