UnhandledRowDecodingError

com.snowplowanalytics.snowplow.analytics.scalasdk.ParsingError$.RowDecodingErrorInfo$.UnhandledRowDecodingError
final case class UnhandledRowDecodingError(message: String) extends RowDecodingErrorInfo

Represents unhandled errors raised when trying to decode a line. For example, while parsing a list of tuples to HList in RowDecoder, type checking should make it impossible to get more or less values than expected.

Attributes

message

The error message.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product