oxygen.sql.error.QueryError
 See theQueryError companion class
  object QueryError
 
Attributes
- Companion
 - class
 - Graph
 - 
    
 - Supertypes
 - 
    trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
    QueryError.type
 
Members list
Type members
Classlikes
            object Cause
           
          
            sealed trait Cause extends Throwable
           
          Attributes
- Companion
 - object
 - Supertypes
 - 
               class Throwabletrait Serializableclass Objecttrait Matchableclass Any
 - Known subtypes
 - 
               class Connectiontrait DSLErrorclass NoSuchChildclass NotAProductSchemaclass NotAnOptionSchemaclass Genericclass InvalidResultSetSizeclass JDBCErrorclass PSQLtrait UnableToDecodeRowclass AtColumnclass InvalidRowSizeclass MapOrFailShow all
 
            final case class Connection(connectionError: ConnectionError) extends Cause
           
          Attributes
- Supertypes
 - 
               trait Producttrait Equalstrait Causeclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
 
            object DSLError
           
          Attributes
- Companion
 - object
 - Supertypes
 - Known subtypes
 
Attributes
- Supertypes
 - 
               trait Producttrait Equalstrait Causeclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
 
            final case class InvalidResultSetSize(expected: ExpectedSize, actual: String) extends Cause
           
          
            object InvalidResultSetSize
           
          Attributes
- Companion
 - class
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               InvalidResultSetSize.type
 
Attributes
- Supertypes
 - 
               trait Producttrait Equalstrait Causeclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Supertypes
 - 
               trait Producttrait Equalstrait Causeclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
 
            object UnableToDecodeRow
           
          Attributes
- Companion
 - trait
 - Supertypes
 - 
               trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               UnableToDecodeRow.type
 
            sealed trait UnableToDecodeRow extends Cause
           
          Attributes
- Companion
 - object
 - Supertypes
 - Known subtypes
 
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
 - Mirror
 
The name of the type
The name of the type
Attributes
- Inherited from:
 - Mirror
 
In this article