RowDecodingErrorInfo

com.snowplowanalytics.snowplow.analytics.scalasdk.ParsingError$.RowDecodingErrorInfo$
See theRowDecodingErrorInfo 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 InvalidValue(key: Key, value: String, message: String) extends RowDecodingErrorInfo

Represents cases where tha value in a field is not valid, e.g. an invalid timestamp, an invalid UUID, etc.

Represents cases where tha value in a field is not valid, e.g. an invalid timestamp, an invalid UUID, etc.

Attributes

key

The name of the field.

message

The error message.

value

The value of field.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
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.

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

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