MessageKind

dotty.tools.dotc.reporting.MessageKind

Message kinds that can be used in a Message. NOTE: Keep in mind that if you have a new message or a new ErrorMessageID that doesn't fit well into an existing kind, create a new one.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Compatibility extends MessageKind
case Cyclic extends MessageKind
case Declaration extends MessageKind
case DocComment extends MessageKind
case Naming extends MessageKind
case NoKind extends MessageKind
case NotFound extends MessageKind
case PatternMatch extends MessageKind
case Reference extends MessageKind
case Syntax extends MessageKind
case Type extends MessageKind
case TypeMismatch extends MessageKind