ExpectedStatuses

oxygen.http.schema.ExpectedStatuses
See theExpectedStatuses companion trait

Attributes

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

Members list

Type members

Classlikes

final case class Exact(status: Status) extends ExpectedStatuses

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object None extends ExpectedStatuses

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
None.type
final case class OneOf(statuses: Set[Status]) extends ExpectedStatuses

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class StatusRange(val name: String, val display: String, val min: Int, val max: Int) extends ExpectedStatuses

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Error
object ClientError
object Error
object ServerError
object Informational
object Redirection
object Success
Show all
object StatusRange

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

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