StreamErroredItemException

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(message: String, cause: Option[Throwable]): StreamErroredItemException

Inherited methods

protected def mkMessage(originalMessage: String): String

Helper to make error messages from prefix

Helper to make error messages from prefix

Value parameters:
originalMessage

Message to be attached to the exception

Returns:

New error message with prefix and originalMessage

Inherited from:
StreamValidationExceptionCompanion
Source:
StreamValidationException.scala

Concrete fields

override val prefix: String