AllBranchesFailed

zio.parser.Parser.ParserError.AllBranchesFailed
final case class AllBranchesFailed[Err](left: ParserError[Err], right: ParserError[Err]) extends ParserError[Err]

All branches failed in a sequence of orElse or orElseEither parsers.

Every failed branch's failure is preserved.

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