FailWith

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

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product