Errors

private[extractors] object Errors

Error messages for extractors

Source:
StreamExtractor.scala
class Object
trait Matchable
class Any
Errors.type

Value members

Concrete methods

def mkExtractorCreationError(message: Option[String]): String

Method for creating descriptive error messages for errors that arose during the creation of the extractor

Method for creating descriptive error messages for errors that arose during the creation of the extractor

Value parameters:
message

Description of the error

Returns:

String containing the specific error (message) preceded by extractorCreationErrorPrefix

Source:
StreamExtractor.scala

Concrete fields

private val extractorCreationErrorPrefix: String

Text preceding any error message raised during the creation of the extractor

Text preceding any error message raised during the creation of the extractor

Source:
StreamExtractor.scala

Message thrown when the input concurrency is invalid

Message thrown when the input concurrency is invalid

Source:
StreamExtractor.scala

Message thrown when the input incoming items timeout is negative

Message thrown when the input incoming items timeout is negative

Source:
StreamExtractor.scala