Error

skunk.Decoder$.Error
See theError companion object
case class Error(offset: Int, length: Int, message: String, cause: Option[Throwable])

An error indicating that decoding a value starting at column offset and spanning length columns failed with reason error.

Attributes

Companion:
object
Source:
Decoder.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product