Error

final case class Error(t: Throwable) extends Pot[Nothing]
trait Serializable
trait Product
trait Equals
trait Pot[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def valueCast[B]: Pot[B]

Inherited methods

def flatMap[B](f: Nothing => Pot[B]): Pot[B]
Inherited from:
Pot
def flatten[B](implicit ev: Nothing <:< Pot[B]): Pot[B]
Inherited from:
Pot
def fold[B](fp: => B, fe: Throwable => B, fr: Nothing => B): B
Inherited from:
Pot
def isError: Boolean
Inherited from:
Pot
def isPending: Boolean
Inherited from:
Pot
def isReady: Boolean
Inherited from:
Pot
def map[B](f: Nothing => B): Pot[B]
Inherited from:
Pot
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toOption: Option[A]
Inherited from:
Pot
def toOptionTry: Option[Try[A]]
Inherited from:
Pot
Inherited from:
Pot
def void: Pot[Unit]
Inherited from:
Pot