Status

final case class Status(code: Int) extends AnyVal
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def is1xx: Boolean
def is2xx: Boolean
def is3xx: Boolean
def is4xx: Boolean
def is5xx: Boolean
def isSuccess: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product