ParsingError

com.snowplowanalytics.snowplow.analytics.scalasdk.ParsingError$
See theParsingError companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class FieldNumberMismatch(fieldCount: Int) extends ParsingError

Represents an error indicating the number of actual fields is not equal to the number of expected fields.

Represents an error indicating the number of actual fields is not equal to the number of expected fields.

Attributes

fieldCount

The number of fields in the TSV line.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object NotTSV extends ParsingError

Represents an error indicating a non-TSV line.

Represents an error indicating a non-TSV line.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
NotTSV.type
final case class RowDecodingError(errors: NonEmptyList[RowDecodingErrorInfo]) extends ParsingError

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

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

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait RowDecodingErrorInfo extends Product with Serializable

Contains information about the reasons behind errors raised when trying to decode the values in a line.

Contains information about the reasons behind errors raised when trying to decode the values in a line.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits