oxygen.http.schema.ExpectedStatuses
See theExpectedStatuses companion trait
object ExpectedStatuses
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ExpectedStatuses.type
Members list
Type members
Classlikes
final case class Exact(status: Status) extends ExpectedStatuses
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExpectedStatusesclass Objecttrait Matchableclass AnyShow all
case object None extends ExpectedStatuses
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ExpectedStatusesclass Objecttrait Matchableclass AnyShow all
- Self type
-
None.type
final case class OneOf(statuses: Set[Status]) extends ExpectedStatuses
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExpectedStatusesclass Objecttrait Matchableclass AnyShow all
sealed abstract class StatusRange(val name: String, val display: String, val min: Int, val max: Int) extends ExpectedStatuses
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class Errorobject ClientErrorobject Errorobject ServerErrorobject Informationalobject Redirectionobject SuccessShow all
object StatusRange
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StatusRange.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article