Cause

harness.sql.error.QueryError$.Cause$
See theCause companion trait
object Cause

Attributes

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

Members list

Keywords
  • no keywords
  • case
  • final
Inherited
  • Not inherited
  • Mirror

Type members

Classlikes

final case class Generic(message: String, cause: Throwable) extends Cause

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Cause
class Object
trait Matchable
class Any
Show all
final case class RowDecodeFailure(errors: NonEmptyList[String], values: Chunk[Object]) extends Cause

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Cause
class Object
trait Matchable
class Any
Show all
final case class UnableToExecuteQuery(cause: Throwable) extends Cause

Attributes

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

Inherited 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

Value members

Concrete methods

def fromThrowable(message: String, throwable: Throwable): Cause