RpcProblem

mill.javalib.internal.RpcProblem
See theRpcProblem companion object
case class RpcProblem(category: String, severity: Severity, message: String, position: RpcProblemPosition, diagnosticCode: Option[RpcDiagnosticCode]) extends Problem

A Problem that is sent over RPC.

Attributes

Companion
object
Source
RpcProblem.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Problem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product