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
Members list
In this article