InvalidValue

com.snowplowanalytics.snowplow.analytics.scalasdk.ParsingError$.RowDecodingErrorInfo$.InvalidValue
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.

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product