DuckDBError

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

Contains all concrete error types that can occur in duck4s operations.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ConfigurationError(message: String) extends DuckDBError

Represents errors related to invalid configuration parameters.

Represents errors related to invalid configuration parameters.

Value parameters

message

Human-readable error description

Attributes

Since

0.1.0

Supertypes
trait Serializable
trait Product
trait Equals
trait DuckDBError
class Object
trait Matchable
class Any
Show all
case class ConnectionError(message: String, cause: Option[Throwable]) extends DuckDBError

Represents errors that occur during connection establishment or management.

Represents errors that occur during connection establishment or management.

Value parameters

cause

Optional underlying throwable that caused this error

message

Human-readable error description

Attributes

Since

0.1.0

Supertypes
trait Serializable
trait Product
trait Equals
trait DuckDBError
class Object
trait Matchable
class Any
Show all
case class InvalidStateError(message: String) extends DuckDBError

Represents errors that occur when operations are attempted on invalid object states.

Represents errors that occur when operations are attempted on invalid object states.

Value parameters

message

Human-readable error description

Attributes

Since

0.1.0

Supertypes
trait Serializable
trait Product
trait Equals
trait DuckDBError
class Object
trait Matchable
class Any
Show all
case class QueryError(message: String, sql: String, cause: Option[Throwable]) extends DuckDBError

Represents errors that occur during SQL query or statement execution.

Represents errors that occur during SQL query or statement execution.

Value parameters

cause

Optional underlying throwable that caused this error

message

Human-readable error description

sql

The SQL statement that caused the error

Attributes

Since

0.1.0

Supertypes
trait Serializable
trait Product
trait Equals
trait DuckDBError
class Object
trait Matchable
class Any
Show all
case class TransactionError(message: String, cause: Option[Throwable]) extends DuckDBError

Represents errors that occur during transaction operations.

Represents errors that occur during transaction operations.

Value parameters

cause

Optional underlying throwable that caused this error

message

Human-readable error description

Attributes

Since

0.1.0

Supertypes
trait Serializable
trait Product
trait Equals
trait DuckDBError
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror