Connection

zoobie.DatabaseError.Connection
See theConnection companion trait
object Connection

Attributes

Companion
trait
Source
DatabaseError.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Connection.type

Members list

Type members

Classlikes

final case class Rejected(queueSize: Int) extends DatabaseError, Connection

Attributes

Source
DatabaseError.scala
Supertypes
trait Product
trait Equals
trait Connection
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Transient(cause: SQLTransientConnectionException) extends DatabaseError, Connection

Attributes

Source
DatabaseError.scala
Supertypes
trait Product
trait Equals
trait Connection
class RuntimeException
class Exception
class Throwable
trait Serializable
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
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(t: Throwable): Connection

Attributes

Source
DatabaseError.scala

Concrete fields

val partial: PartialFunction[Throwable, Connection]

Attributes

Source
DatabaseError.scala