Error

ox.channels.ChannelResult$.Error
case class Error(reason: Option[Exception]) extends Closed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Closed
trait ChannelResult[Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def flatMap[U](f: Nothing => ChannelResult[U]): ChannelResult[U]

Attributes

Inherited from:
ChannelResult
def getOrElse[U](v: U): U

Attributes

Inherited from:
ChannelResult
def isClosed: Boolean

Attributes

Inherited from:
ChannelResult
def isValue: Boolean

Attributes

Inherited from:
ChannelResult
def map[U](f: Nothing => U): ChannelResult[U]

Attributes

Inherited from:
ChannelResult
def orThrow: T

Attributes

Inherited from:
ChannelResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toException: Exception

Attributes

Inherited from:
Closed