CanFail

sealed abstract class CanFail[-E]

A value of type CanFail[E] provides implicit evidence that an effect with error type E can fail, that is, that E is not equal to Nothing.

Companion:
object
class Object
trait Matchable
class Any
object CanFail.type