Packages

o

zio.parser.Parser.ParserError

UnexpectedEndOfInput

case object UnexpectedEndOfInput extends ParserError[Nothing] with Product with Serializable

The input stream ended before the parser finished

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnexpectedEndOfInput
  2. Serializable
  3. Product
  4. Equals
  5. ParserError
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def addFailedBranch[Err2 >: Nothing](error: ParserError[Err2]): ParserError[Err2]
    Definition Classes
    ParserError
  2. def map[Err2](f: (Nothing) => Err2): ParserError[Err2]
    Definition Classes
    ParserError
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product