Errored

cats.effect.kernel.Resource$.ExitCase$.Errored
final case class Errored(e: Throwable) extends ExitCase

An ExitCase signaling completion in failure.

Attributes

Source:
Resource.scala
Graph
Supertypes
trait ExitCase
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Resource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product