DIError

izumi.distage.model.definition.errors.DIError
See theDIError companion trait
object DIError

Attributes

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

Members list

Type members

Classlikes

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DIError
class Object
trait Matchable
class Any
Show all
implicit class DIErrorsExt(errors: NEList[DIError])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class DIResultExt[A](result: Either[NEList[DIError], A])

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait LoopResolutionError extends DIError

Attributes

Companion
object
Supertypes
trait DIError
class Object
trait Matchable
class Any
Known subtypes
object PlanningError

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait PlanningError extends DIError

Attributes

Companion
object
Supertypes
trait DIError
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait VerificationError extends DIError

Attributes

Companion
object
Supertypes
trait DIError
class Object
trait Matchable
class Any
Known subtypes

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

Value members

Concrete methods

def format(e: DIError): String
def formatConflict(conflictResolutionError: ConflictResolutionError[DIKey, InstantiationOp]): String
def formatError(e: VerificationError): String
def formatError(e: PlanningError): String

Implicits

Implicits

final implicit def DIErrorsExt(errors: NEList[DIError]): DIErrorsExt
final implicit def DIResultExt[A](result: Either[NEList[DIError], A]): DIResultExt[A]