oxygen.sql.error

Members list

Type members

Classlikes

sealed trait ConnectionError extends Throwable

Attributes

Companion
object
Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class Generic
class PSQL

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
enum PSQLCode(val code: String) extends Enum[PSQLCode]

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait Enum[PSQLCode]
class Object
trait Matchable
class Any
Show all
object PSQLCode extends Companion[PSQLCode]

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
trait Companion[PSQLCode]
class Object
trait Matchable
class Any
Show all
Self type
PSQLCode.type
final case class PSQLError(e: PSQLException)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PSQLError

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PSQLError.type
final case class QueryError(ctx: QueryContext, cause: Cause) extends Throwable

Attributes

Companion
object
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object QueryError

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
QueryError.type