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
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product