Error

scala.meta.parsers.Parsed.Error
case class Error(pos: Position, message: String, details: Exception) extends Parsed[Nothing]

Attributes

Graph
Supertypes
trait Parsed[Nothing]
trait Adt
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def fold[A](fe: Error => A, ft: Nothing => A): A

Attributes

Inherited from:
Parsed
def get: Nothing

Attributes

Inherited from:
Parsed
def getOrElse[U](alt: => U): U

Attributes

Inherited from:
Parsed
def orElse[U](alt: => Parsed[U]): Parsed[U]

Attributes

Inherited from:
Parsed
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toEither: Either[Error, Nothing]

Attributes

Inherited from:
Parsed
def toOption: Option[Nothing]

Attributes

Inherited from:
Parsed