FruitErrorDetail

sttp.tapir.tests.data.FruitErrorDetail
See theFruitErrorDetail companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class AlreadyPicked(name: String) extends HarvestError

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class NameTooShort(length: Int) extends FruitErrorDetail

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NotYetGrown(availableInDays: Int) extends HarvestError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HarvestError
class Object
trait Matchable
class Any
Show all
case class Unknown(availableFruit: List[String]) extends FruitErrorDetail

Attributes

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