duckdb_error_type enum

! An enum over DuckDB's different result types.

Inheritance
Available extensions

Values

DUCKDB_ERROR_INVALID → const duckdb_error_type
const duckdb_error_type(0)
DUCKDB_ERROR_OUT_OF_RANGE → const duckdb_error_type
const duckdb_error_type(1)
DUCKDB_ERROR_CONVERSION → const duckdb_error_type
const duckdb_error_type(2)
DUCKDB_ERROR_UNKNOWN_TYPE → const duckdb_error_type
const duckdb_error_type(3)
DUCKDB_ERROR_DECIMAL → const duckdb_error_type
const duckdb_error_type(4)
DUCKDB_ERROR_MISMATCH_TYPE → const duckdb_error_type
const duckdb_error_type(5)
DUCKDB_ERROR_DIVIDE_BY_ZERO → const duckdb_error_type
const duckdb_error_type(6)
DUCKDB_ERROR_OBJECT_SIZE → const duckdb_error_type
const duckdb_error_type(7)
DUCKDB_ERROR_INVALID_TYPE → const duckdb_error_type
const duckdb_error_type(8)
DUCKDB_ERROR_SERIALIZATION → const duckdb_error_type
const duckdb_error_type(9)
DUCKDB_ERROR_TRANSACTION → const duckdb_error_type
const duckdb_error_type(10)
DUCKDB_ERROR_NOT_IMPLEMENTED → const duckdb_error_type
const duckdb_error_type(11)
DUCKDB_ERROR_EXPRESSION → const duckdb_error_type
const duckdb_error_type(12)
DUCKDB_ERROR_CATALOG → const duckdb_error_type
const duckdb_error_type(13)
DUCKDB_ERROR_PARSER → const duckdb_error_type
const duckdb_error_type(14)
DUCKDB_ERROR_PLANNER → const duckdb_error_type
const duckdb_error_type(15)
DUCKDB_ERROR_SCHEDULER → const duckdb_error_type
const duckdb_error_type(16)
DUCKDB_ERROR_EXECUTOR → const duckdb_error_type
const duckdb_error_type(17)
DUCKDB_ERROR_CONSTRAINT → const duckdb_error_type
const duckdb_error_type(18)
DUCKDB_ERROR_INDEX → const duckdb_error_type
const duckdb_error_type(19)
DUCKDB_ERROR_STAT → const duckdb_error_type
const duckdb_error_type(20)
DUCKDB_ERROR_CONNECTION → const duckdb_error_type
const duckdb_error_type(21)
DUCKDB_ERROR_SYNTAX → const duckdb_error_type
const duckdb_error_type(22)
DUCKDB_ERROR_SETTINGS → const duckdb_error_type
const duckdb_error_type(23)
DUCKDB_ERROR_BINDER → const duckdb_error_type
const duckdb_error_type(24)
DUCKDB_ERROR_NETWORK → const duckdb_error_type
const duckdb_error_type(25)
DUCKDB_ERROR_OPTIMIZER → const duckdb_error_type
const duckdb_error_type(26)
DUCKDB_ERROR_NULL_POINTER → const duckdb_error_type
const duckdb_error_type(27)
DUCKDB_ERROR_IO → const duckdb_error_type
const duckdb_error_type(28)
DUCKDB_ERROR_INTERRUPT → const duckdb_error_type
const duckdb_error_type(29)
DUCKDB_ERROR_FATAL → const duckdb_error_type
const duckdb_error_type(30)
DUCKDB_ERROR_INTERNAL → const duckdb_error_type
const duckdb_error_type(31)
DUCKDB_ERROR_INVALID_INPUT → const duckdb_error_type
const duckdb_error_type(32)
DUCKDB_ERROR_OUT_OF_MEMORY → const duckdb_error_type
const duckdb_error_type(33)
DUCKDB_ERROR_PERMISSION → const duckdb_error_type
const duckdb_error_type(34)
DUCKDB_ERROR_PARAMETER_NOT_RESOLVED → const duckdb_error_type
const duckdb_error_type(35)
DUCKDB_ERROR_PARAMETER_NOT_ALLOWED → const duckdb_error_type
const duckdb_error_type(36)
DUCKDB_ERROR_DEPENDENCY → const duckdb_error_type
const duckdb_error_type(37)
DUCKDB_ERROR_HTTP → const duckdb_error_type
const duckdb_error_type(38)
DUCKDB_ERROR_MISSING_EXTENSION → const duckdb_error_type
const duckdb_error_type(39)
DUCKDB_ERROR_AUTOLOAD → const duckdb_error_type
const duckdb_error_type(40)
DUCKDB_ERROR_SEQUENCE → const duckdb_error_type
const duckdb_error_type(41)
DUCKDB_INVALID_CONFIGURATION → const duckdb_error_type
const duckdb_error_type(42)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) duckdb_error_type

Constants

values → const List<duckdb_error_type>
A constant List of the values in this enum, in order of their declaration.