RowDecodingError

com.snowplowanalytics.snowplow.analytics.scalasdk.ParsingError$.RowDecodingError
final case class RowDecodingError(errors: NonEmptyList[RowDecodingErrorInfo]) extends ParsingError

Represents an error raised when trying to decode the values in a line.

Attributes

errors

A non-empty list of errors encountered when trying to decode the values.

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