ParseError

org.virtuslab.yaml.ParseError$
See theParseError companion class
object ParseError

Attributes

Companion
class
Source
YamlError.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ParseError.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def from(expected: String, got: Token): ParseError

Attributes

Source
YamlError.scala
def from(expected: TokenKind, got: Token): ParseError

Attributes

Source
YamlError.scala