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 Serializabletrait Producttrait Equalstrait ParserError[Err]class Objecttrait Matchableclass Any
Members list
In this article