case class StreamErroredItemException(message: String, cause: Throwable) extends StreamValidationException
Custom exception thrown when a failure occurs while validating a Stream of items because an item parsing and/or validation raised an unhandled error
The underlying status will be ERRORED and no validation result will be attached
- Companion:
- object
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any