StatusRange

oxygen.http.schema.ExpectedStatuses.StatusRange
See theStatusRange companion object
sealed abstract class StatusRange(val name: String, val display: String, val min: Int, val max: Int) extends ExpectedStatuses

Attributes

Companion
object
Graph
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

Members list

Value members

Inherited methods

final def contains(s: Status): Boolean

Attributes

Inherited from:
ExpectedStatuses

Concrete fields

final val display: String
final val max: Int
final val min: Int
final val name: String