zio.internal.macros.GraphError
See theGraphError companion trait
object GraphError
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
GraphError.type
Members list
Type members
Classlikes
case class CircularDependency[+Key, +A](node: Node[Key, A], dependency: Node[Key, A], depth: Int) extends GraphError[Key, A]
Attributes
case class MissingTopLevelDependency[+Key](requirement: Key) extends GraphError[Key, Nothing]
Attributes
case class MissingTransitiveDependencies[+Key, +A](node: Node[Key, A], dependency: Chunk[Key]) extends GraphError[Key, A]
Attributes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
In this article