QueryError

oxygen.sql.error.QueryError
See theQueryError companion class
object QueryError

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
QueryError.type

Members list

Type members

Classlikes

object Cause

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Cause.type
sealed trait Cause extends Throwable

Attributes

Companion
object
Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class Connection
trait DSLError
class NoSuchChild
class Generic
class JDBCError
class PSQL
class AtColumn
class MapOrFail
Show all
final case class Connection(connectionError: ConnectionError) extends Cause

Attributes

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

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DSLError.type
sealed trait DSLError extends Cause

Attributes

Companion
object
Supertypes
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class Generic(cause: Throwable) extends Cause

Attributes

Supertypes
trait Product
trait Equals
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InvalidResultSetSize(expected: ExpectedSize, actual: Int) extends Cause

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JDBCError(action: String, cause: Throwable) extends Cause

Attributes

Supertypes
trait Product
trait Equals
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class PSQL(e: PSQLError) extends Cause

Attributes

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

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait UnableToDecodeRow extends Cause

Attributes

Companion
object
Supertypes
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class AtColumn
class MapOrFail

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