DSLError

oxygen.sql.error.QueryError.DSLError
See theDSLError companion trait
object DSLError

Attributes

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

Members list

Type members

Classlikes

final case class NoSuchChild(schema: ProductRepr[_], child: String) extends DSLError

Attributes

Supertypes
trait Product
trait Equals
trait DSLError
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class NotAProductSchema(schema: RowRepr[_]) extends DSLError

Attributes

Supertypes
trait Product
trait Equals
trait DSLError
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class NotAnOptionSchema(schema: RowRepr[_]) extends DSLError

Attributes

Supertypes
trait Product
trait Equals
trait DSLError
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror