UnknownFailure
zio.parser.Parser.ParserError.UnknownFailure
final case class UnknownFailure(nameStack: List[String], position: Int) extends ParserError[Nothing]
Unknown parser error. This is only produced in exceptional cases that should not happen, for example if the unsafe regex variants encounter an error.
Value parameters
- nameStack
-
Stack of named parsers until reaching the failure
- position
-
Input stream position
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParserError[Nothing]class Objecttrait Matchableclass Any
Members list
In this article