Enum DuckDbErrorKind
Category of error from an operation by DuckDB.
Namespace: Mallard
Assembly: Mallard.dll
Syntax
public enum DuckDbErrorKind
Remarks
Currently, DuckDB only reports this kind of error code from executing queries and statements. Other operations, such as opening databases, do not report error codes, but only a human-readable (not necessarily machine-readable) error messages.
This enumeration is aligned with duckdb_error_type
from DuckDB's C API.
Fields
Name | Description |
---|---|
Autoload | |
Binder | |
Catalog | |
Connection | |
Constraint | |
Conversion | |
Decimal | |
Dependency | |
DivideByZero | |
DuckdbInvalidConfiguration | |
Executor | |
Expression | |
Fatal | |
Http | |
Index | |
Internal | |
Interrupt | |
Invalid | |
InvalidInput | |
InvalidType | |
Io | |
MismatchType | |
MissingExtension | |
Network | |
NotImplemented | |
NullPointer | |
ObjectSize | |
Optimizer | |
OutOfMemory | |
OutOfRange | |
ParameterNotAllowed | |
ParameterNotResolved | |
Parser | |
Permission | |
Planner | |
Scheduler | |
Sequence | |
Serialization | |
Settings | |
Stat | |
Syntax | |
Transaction | |
UnknownType |