ParserError

zio.parser.Parser.ParserError
See theParserError companion object
sealed trait ParserError[+Err]

Type representing a parser error

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AllBranchesFailed[Err]
class Failure[Err]
class NotConsumedAll[Err]
Self type

Members list

Value members

Concrete methods

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