harness.sql.error.QueryError$.Cause$
See theCause companion trait
object Cause
Attributes
Members list
Type members
Classlikes
final case class ErrorGettingConnection(cause: ConnectionError) extends Cause
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Causeclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Causeclass Objecttrait Matchableclass AnyShow all
final case class InvalidResultSetSize(expected: String, actual: Int) extends Cause
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Causeclass Objecttrait Matchableclass AnyShow all
final case class InvalidResultSetWidth(expected: Int, actual: Int) extends Cause
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Causeclass Objecttrait Matchableclass AnyShow all
final case class RowDecodeFailure(errors: NonEmptyList[String], values: Chunk[Object]) extends Cause
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Causeclass Objecttrait Matchableclass AnyShow all
final case class UnableToExecuteQuery(cause: Throwable) extends Cause
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Causeclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
In this article