Contains all concrete error types that can occur in duck4s operations.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
DuckDBError.type
Members list
Type members
Classlikes
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 Serializabletrait Producttrait Equalstrait DuckDBErrorclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait DuckDBErrorclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait DuckDBErrorclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait DuckDBErrorclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait DuckDBErrorclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type