PlanCheckResult

izumi.distage.framework.model.PlanCheckResult
See thePlanCheckResult companion object
sealed abstract class PlanCheckResult

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Correct
class Incorrect

Members list

Concise view

Value members

Abstract methods

def checkedPlugins: LoadedPlugins
def maybeError: Option[Either[Throwable, Incorrect]]
def maybeErrorMessage: Option[String]
def visitedKeys: Set[DIKey]

Concrete methods

final def issues: Option[NonEmptySet[PlanIssue]]
final def throwOnError(): Unit
final def verificationFailed: Boolean
final def verificationPassed: Boolean