VerificationError

izumi.distage.model.definition.errors.DIError.VerificationError
See theVerificationError companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class BUG_InitWithoutProxy(missingProxies: Set[DIKey]) extends VerificationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all
final case class BUG_PlanIndexHasUnrequiredOps(unreferencedInGraph: Set[DIKey]) extends VerificationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all
final case class BUG_PlanIndexIsBroken(badIndex: Map[DIKey, ExecutableOp]) extends VerificationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all
final case class BUG_PlanMatricesInconsistent(plan: DG[DIKey, ExecutableOp]) extends VerificationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all
final case class BUG_ProxyWithoutInit(missingInits: Set[DIKey]) extends VerificationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all
final case class MissingRefException(missing: Set[DIKey], plan: DG[DIKey, ExecutableOp]) extends VerificationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all
final case class MissingRoots(missingRoots: Set[DIKey]) extends VerificationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all
final case class PlanReferencesMissingOperations(missingInOpsIndex: Set[DIKey]) extends VerificationError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror