ExpectedFailureAt

cats.parse.Parser$.Expectation$.ExpectedFailureAt
case class ExpectedFailureAt(offset: Int, matched: String) extends Expectation

Attributes

Source
Parser.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Expectation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def context: List[String]

This is a reverse order stack (most recent context first) of this parsing error

This is a reverse order stack (most recent context first) of this parsing error

Attributes

Inherited from:
Expectation
Source
Parser.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product