GiveUp

case GiveUp(reason: String) extends ReadBytesInstruction[Nothing]

An instruction to give up parsing the data source for not knowing how to parse additional data.

This instruction does not read any input.

This is semantically different from SignalInvalidData, because SignalInvalidData says that input data is known to be invalid while GiveUp says that the data is in an unknown format.

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product