fs2.CompositeFailure
See theCompositeFailure companion object
case class CompositeFailure(head: Throwable, tail: NonEmptyList[Throwable]) extends Throwable
Represents multiple (>1) exceptions were thrown.
Attributes
- Companion
- object
- Source
- CompositeFailure.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Gets all causes (guaranteed to have at least 2 elements).
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article