UnableToDecodeRow

oxygen.sql.error.QueryError.UnableToDecodeRow
See theUnableToDecodeRow companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Keywords
  • no keywords
  • case
  • final
Inherited
  • Not inherited
  • Mirror

Type members

Classlikes

final case class AtColumn(rowValues: Contiguous[Any], column: Column, idx: Int, message: String) extends UnableToDecodeRow

Attributes

Supertypes
trait Product
trait Equals
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InvalidRowSize(rowValues: Contiguous[Any], expected: Int, columns: Option[Columns[_]]) extends UnableToDecodeRow

Attributes

Supertypes
trait Product
trait Equals
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class MapOrFail(rowValues: Contiguous[Any], index: Int, size: Int, valueToMap: Any, message: String) extends UnableToDecodeRow

Attributes

Supertypes
trait Product
trait Equals
trait Cause
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror