UnexpectedEndOfInput

zio.parser.Parser.ParserError.UnexpectedEndOfInput
final case class UnexpectedEndOfInput(nameStack: List[String]) extends ParserError[Nothing]

The input stream ended before the parser finished

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParserError[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def addFailedBranch[Err2](error: ParserError[Err2]): ParserError[Err2]

Attributes

Inherited from:
ParserError
def map[Err2](f: Nothing => Err2): ParserError[Err2]

Attributes

Inherited from:
ParserError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product