BulkheadError

sealed trait BulkheadError[+E]
class Object
trait Matchable
class Any
object BulkheadRejection.type
class WrappedError[E]

Value members

Concrete methods

final def fold[O](bulkheadRejection: O, unwrap: E => O): O
final def toException: Exception