case class StreamInvalidItemException(message: String, cause: Throwable, reason: Option[Result]) extends StreamValidationException
Custom exception thrown when a failure occurs while validating a Stream of items because an item validation failed
The underlying status will be INVALID and the invalid validation result will be attached
- Companion:
- object
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any