GameError

scalata.domain.util.GameError
See theGameError companion trait
object GameError

Attributes

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

Members list

Type members

Classlikes

case class GameOver() extends GameError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GameError
class Object
trait Matchable
class Any
Show all
case class Help() extends GameError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GameError
class Object
trait Matchable
class Any
Show all
case class InvalidDirection() extends GameError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GameError
class Object
trait Matchable
class Any
Show all
case class InvalidInput(input: String) extends GameError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GameError
class Object
trait Matchable
class Any
Show all
case class ItemNotOwned() extends GameError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GameError
class Object
trait Matchable
class Any
Show all
case class ItemNotPresent() extends GameError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GameError
class Object
trait Matchable
class Any
Show all
case class Undo() extends GameError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GameError
class Object
trait Matchable
class Any
Show all
case class UndoError() extends GameError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GameError
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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