Incorrect

izumi.distage.framework.model.PlanCheckResult$.Incorrect
final case class Incorrect(checkedPlugins: LoadedPlugins, visitedKeys: Set[DIKey], message: String, cause: Either[Throwable, Incorrect]) extends PlanCheckResult

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def maybeError: Some[Either[Throwable, Incorrect]]

Attributes

Definition Classes
override def maybeErrorMessage: Some[String]

Attributes

Definition Classes

Inherited methods

final def issues: Option[NESet[PlanIssue]]

Attributes

Inherited from:
PlanCheckResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def throwOnError(): Unit

Attributes

Inherited from:
PlanCheckResult
final def verificationFailed: Boolean

Attributes

Inherited from:
PlanCheckResult
final def verificationPassed: Boolean

Attributes

Inherited from:
PlanCheckResult