EvalFailure

Companion:
class
Source:
EvalFailure.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class BatchResolution(paths: Chain[Cursor], ex: Throwable, keys: Set[Any]) extends EvalFailure
final case class EffectResolution(path: Cursor, error: Either[Throwable, String], input: Any) extends EvalFailure
final case class StreamHeadResolution(path: Cursor, error: Either[Throwable, String], input: Any) extends EvalFailure
final case class StreamTailResolution(path: Cursor, error: Either[Throwable, String]) extends EvalFailure

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala