DatabaseError

zoobie.DatabaseError
See theDatabaseError companion class
object DatabaseError

Attributes

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

Members list

Type members

Classlikes

object Connection

Attributes

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

Attributes

Companion
object
Source
DatabaseError.scala
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Rejected
class Transient
class Unhandled
final case class Unhandled(cause: Throwable) extends DatabaseError, Connection, Utilization

Attributes

Source
DatabaseError.scala
Supertypes
trait Product
trait Equals
trait Utilization
trait Connection
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object Utilization

Attributes

Companion
trait
Source
DatabaseError.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Utilization extends DatabaseError

Attributes

Companion
object
Source
DatabaseError.scala
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Unhandled
class Invariant
class SQL

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): DatabaseError

Attributes

Source
DatabaseError.scala