DuckDBError

com.softinio.duck4s.algebra.DuckDBError
See theDuckDBError companion object
sealed trait DuckDBError

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
class Object
trait Matchable
class Any
Known subtypes
In this article