RefResolverIssue

izumi.idealingua.model.problems.RefResolverIssue
See theRefResolverIssue 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 DuplicatedDomainsDuringLookup(imported: DomainId, paths: List[FSPath]) extends RefResolverIssue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IDLError
class Object
trait Matchable
class Any
Show all
final case class InclusionsInOverlay(domain: DomainId, path: FSPath, inclusions: Seq[Inclusion]) extends RefResolverIssue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IDLError
class Object
trait Matchable
class Any
Show all
final case class MissingImport(domain: DomainId, imported: DomainId, diagnostic: List[String]) extends RefResolverIssue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IDLError
class Object
trait Matchable
class Any
Show all
final case class MissingInclusion(domain: DomainId, stack: List[Inclusion], path: Inclusion, diagnostic: List[String]) extends RefResolverIssue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IDLError
class Object
trait Matchable
class Any
Show all
final case class UnparseableInclusion(domain: DomainId, stack: List[Inclusion], failure: Failure) extends RefResolverIssue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IDLError
class Object
trait Matchable
class Any
Show all
final case class UnresolvableImport(domain: DomainId, imported: DomainId, failure: Failure) extends RefResolverIssue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IDLError
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