NotConsumedAll

zio.parser.Parser.ParserError.NotConsumedAll
final case class NotConsumedAll[Err](nameStack: List[String], position: Int) extends ParserError[Err]

The parser was supposed to consume the full input but it did not.

Value parameters

lastFailure

the last encountered failure, if any

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParserError[Err]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def addFailedBranch[Err2 >: Err](error: ParserError[Err2]): ParserError[Err2]

Attributes

Inherited from:
ParserError
def map[Err2](f: Err => Err2): ParserError[Err2]

Attributes

Inherited from:
ParserError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product