DatabaseError

zoobie.DatabaseError$
See theDatabaseError companion class

Attributes

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

Members list

Concise view

Type members

Classlikes

object Connection

Attributes

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

Attributes

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

Attributes

Source:
DatabaseError.scala
Graph
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Source:
DatabaseError.scala
Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
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