Error

case object Error extends MessageLevel

An error that is confined to a single AST node or range of nodes, but most likely with surrounding areas unaffected. An example is an internal link that remained unresolved.

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Ordered[MessageLevel]
trait Comparable[MessageLevel]
class Object
trait Matchable
class Any
Error.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

def <(that: MessageLevel): Boolean
Inherited from:
Ordered
def <=(that: MessageLevel): Boolean
Inherited from:
Ordered
def >(that: MessageLevel): Boolean
Inherited from:
Ordered
def >=(that: MessageLevel): Boolean
Inherited from:
Ordered
def compare(that: MessageLevel): Int
Inherited from:
MessageLevel
def compareTo(that: MessageLevel): Int
Inherited from:
Ordered
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

override val toString: String
Inherited from:
MessageLevel