ParserError

final case class ParserError(message: String, parsed: Option[String], rest: Option[String])
Since:

2022-04-03

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def render: String
Implicitly added by ParserErrorOps

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product