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

Type members

Classlikes

object Error

Attributes

Companion
trait
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
Supertypes
trait Result[Nothing]
class Object
trait Matchable
class Any
Known subtypes
object ParamError

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Invalid
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

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

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