Errored

case Errored(error: ParseError, input: Chunk[Byte]) extends ParseResult[Nothing]

Value members

Inherited methods

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

Convert this value to an Option by ignoring the error component.

Convert this value to an Option by ignoring the error component.

Inherited from
ParseResult