Failure
zio.parser.Parser.ParserError.Failure
final case class Failure[Err](nameStack: List[String], position: Int, failure: Err) extends ParserError[Err]
User-defined parser error of type 'Err'
Type parameters
- Err
-
Failure type
Value parameters
- failure
-
The custom failure
- nameStack
-
Stack of named parsers until reaching the failure
- position
-
Input stream position
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParserError[Err]class Objecttrait Matchableclass Any
Members list
In this article