PSQLError

oxygen.sql.error.PSQLError
See thePSQLError companion object
final case class PSQLError(e: PSQLException)

Attributes

Companion
object
Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toIndentedString: IndentedString

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val code: Option[PSQLCode]
val detail: Option[String]
val hint: Option[String]
val message: Option[String]