Diagnostic

scala.build.errors.Diagnostic
See theDiagnostic companion trait
object Diagnostic

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Diagnostic.type

Members list

Type members

Classlikes

object Messages

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Messages.type
case class TextEdit(title: String, newText: String)

Attributes

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

Value members

Concrete methods

def apply(message: String, severity: Severity, positions: Seq[Position], textEdit: Option[TextEdit]): Diagnostic