Fatal

case object Fatal extends MessageLevel

A critical issue that might affect the integrity of the entire output beyond just the node where it occurred. An example is a configuration header with parsing errors in a markup document that might affect other markup content that would then unexpectedly fall back to defaults.

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Ordered[MessageLevel]
trait Comparable[MessageLevel]
class Object
trait Matchable
class Any
Fatal.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