Result

cask.router.Result$
See theResult companion trait
object Result

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type

Members list

Concise view

Type members

Classlikes

object Error

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type
sealed trait Error extends Result[Nothing]

Invoking the EntryPoint was not successful

Invoking the EntryPoint was not successful

Attributes

Companion:
object
Graph
Supertypes
trait Result[Nothing]
class Object
trait Matchable
class Any
Known subtypes
object ParamError

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ParamError

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class Success[T](value: T) extends Result[T]

Invoking the EntryPoint was totally successful, and returned a result

Invoking the EntryPoint was totally successful, and returned a result

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Result[T]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror