DiagnosticCode

mill.api.DiagnosticCode
@Scaladoc(value = "/**\n * Unique diagnostic code given from the compiler with an optional further explanation.\n */")

Unique diagnostic code given from the compiler with an optional further explanation.

Attributes

Source
CompileProblemReporter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def code: String

Attributes

Source
CompileProblemReporter.scala
def explanation: Option[String]

Attributes

Source
CompileProblemReporter.scala