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 RowDecodingErrorInfotrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any