oxygen.sql.error.QueryError.UnableToDecodeRow
See theUnableToDecodeRow companion trait
object UnableToDecodeRow
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UnableToDecodeRow.type
Members list
Type members
Classlikes
final case class AtColumn(rowValues: Contiguous[Any], column: Column, idx: Int, message: String) extends UnableToDecodeRow
Attributes
- Supertypes
-
trait Producttrait Equalstrait UnableToDecodeRowtrait Causeclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidRowSize(rowValues: Contiguous[Any], expected: Int, columns: Option[Columns[_]]) extends UnableToDecodeRow
Attributes
- Supertypes
-
trait Producttrait Equalstrait UnableToDecodeRowtrait Causeclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class MapOrFail(rowValues: Contiguous[Any], index: Int, size: Int, valueToMap: Any, message: String) extends UnableToDecodeRow
Attributes
- Supertypes
-
trait Producttrait Equalstrait UnableToDecodeRowtrait Causeclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
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