zio.Cause
See theCause companion class
object Cause extends Serializable
Attributes
Members list
Type members
Classlikes
sealed case class Die(value: Throwable, trace: StackTrace) extends Cause[Nothing]
object Die extends AbstractFunction2[Throwable, StackTrace, Die]
Attributes
sealed case class Fail[+E](value: E, trace: StackTrace) extends Cause[E]
object Fail
object Folder
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
sealed case class Interrupt(fiberId: FiberId, trace: StackTrace) extends Cause[Nothing]
object Interrupt extends AbstractFunction2[FiberId, StackTrace, Interrupt]
Attributes
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Converts the specified Cause[Option[E]] to an Option[Cause[E]] by recursively stripping out any failures with the error None.
Converts the specified Cause[Option[E]] to an Option[Cause[E]] by recursively stripping out any failures with the error None.
Attributes
In this article