com.softinio.duck4s.algebra.DuckDBError
See theDuckDBError companion object
Root error type for all DuckDB-related errors in duck4s.
This sealed trait represents all possible errors that can occur when working with DuckDB through the duck4s library. All operations return Either[DuckDBError, T]
for functional error handling.
Attributes
- See also
-
DuckDBError.ConnectionError for connection-related errors
DuckDBError.QueryError for SQL execution errors
DuckDBError.TransactionError for transaction-related errors
DuckDBError.ConfigurationError for configuration errors
DuckDBError.InvalidStateError for invalid state errors
- Since
-
0.1.0
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
class ConfigurationErrorclass ConnectionErrorclass InvalidStateErrorclass QueryErrorclass TransactionError
In this article