DuckDBException

com.softinio.duck4s.effect.DuckDBException
See theDuckDBException companion class

Factory methods for creating DuckDBException from com.softinio.duck4s.algebra.DuckDBError values.

Attributes

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

Members list

Value members

Concrete methods

def from(error: DuckDBError): DuckDBException

Converts a com.softinio.duck4s.algebra.DuckDBError into a DuckDBException.

Converts a com.softinio.duck4s.algebra.DuckDBError into a DuckDBException.

Value parameters

error

The DuckDBError to wrap

Attributes

Returns

A DuckDBException wrapping the given error