Status

zio.http.Status
See theStatus companion trait
object Status

Attributes

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

Members list

Type members

Classlikes

case object Accepted extends Success

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Success
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Accepted.type
case object BadGateway extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BadGateway.type
case object BadRequest extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BadRequest.type
sealed trait ClientError extends Error

Attributes

Supertypes
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object BadRequest.type
object Conflict.type
object ExpectationFailed.type
object FailedDependency.type
object Forbidden.type
object Gone.type
object LengthRequired.type
object Locked.type
object MethodNotAllowed.type
object MisdirectedRequest.type
object NotAcceptable.type
object NotFound.type
object PaymentRequired.type
object PreconditionFailed.type
object PreconditionRequired.type
object RequestEntityTooLarge.type
object RequestTimeout.type
object RequestUriTooLong.type
object TooManyRequests.type
object Unauthorized.type
object UnorderedCollection.type
object UnprocessableEntity.type
object UnsupportedMediaType.type
object UpgradeRequired.type
Show all
case object Conflict extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Conflict.type
case object Continue extends Informational

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Continue.type
case object Created extends Success

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Success
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Created.type
final case class Custom(code: Int) extends Status

Attributes

Supertypes
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Error extends Status

Attributes

Supertypes
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait ClientError
object BadRequest.type
object Conflict.type
object ExpectationFailed.type
object FailedDependency.type
object Forbidden.type
object Gone.type
object LengthRequired.type
object Locked.type
object MethodNotAllowed.type
object MisdirectedRequest.type
object NotAcceptable.type
object NotFound.type
object PaymentRequired.type
object PreconditionFailed.type
object PreconditionRequired.type
object RequestEntityTooLarge.type
object RequestTimeout.type
object RequestUriTooLong.type
object TooManyRequests.type
object Unauthorized.type
object UnorderedCollection.type
object UnprocessableEntity.type
object UnsupportedMediaType.type
object UpgradeRequired.type
trait ServerError
object BadGateway.type
object GatewayTimeout.type
object InsufficientStorage.type
object InternalServerError.type
object NotExtended.type
object NotImplemented.type
object ServiceUnavailable.type
object VariantAlsoNegotiates.type
Show all
case object ExpectationFailed extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object FailedDependency extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Forbidden extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Forbidden.type
case object Found extends Redirection

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Redirection
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Found.type
case object GatewayTimeout extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Gone extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Gone.type
case object HttpVersionNotSupported extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed trait Informational extends Status

Attributes

Supertypes
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Continue.type
object Processing.type
object SwitchingProtocols.type
case object InsufficientStorage extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object InternalServerError extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object LengthRequired extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Locked extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Locked.type
case object MethodNotAllowed extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object MisdirectedRequest extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object MovedPermanently extends Redirection

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Redirection
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object MultiStatus extends Success

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Success
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object MultipleChoices extends Redirection

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Redirection
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object NoContent extends Success

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Success
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NoContent.type
case object NonAuthoritativeInformation extends Success

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Success
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object NotAcceptable extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object NotExtended extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object NotFound extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NotFound.type
case object NotImplemented extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object NotModified extends Redirection

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Redirection
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Ok extends Success

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Success
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Ok.type
case object PartialContent extends Success

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Success
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PaymentRequired extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PermanentRedirect extends Redirection

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Redirection
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PreconditionFailed extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PreconditionRequired extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Processing extends Informational

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Processing.type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed trait Redirection extends Status

Attributes

Supertypes
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Found.type
object MovedPermanently.type
object MultipleChoices.type
object NotModified.type
object PermanentRedirect.type
object SeeOther.type
object TemporaryRedirect.type
object UseProxy.type
Show all
case object RequestEntityTooLarge extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object RequestTimeout extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object RequestUriTooLong extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object ResetContent extends Success

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Success
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object SeeOther extends Redirection

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Redirection
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SeeOther.type
sealed trait ServerError extends Error

Attributes

Supertypes
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object BadGateway.type
object GatewayTimeout.type
object InsufficientStorage.type
object InternalServerError.type
object NotExtended.type
object NotImplemented.type
object ServiceUnavailable.type
object VariantAlsoNegotiates.type
Show all
case object ServiceUnavailable extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed trait Success extends Status

Attributes

Supertypes
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Accepted.type
object Created.type
object MultiStatus.type
object NoContent.type
object Ok.type
object PartialContent.type
object ResetContent.type
Show all
case object SwitchingProtocols extends Informational

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object TemporaryRedirect extends Redirection

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Redirection
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object TooManyRequests extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Unauthorized extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object UnorderedCollection extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object UnprocessableEntity extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object UnsupportedMediaType extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object UpgradeRequired extends ClientError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ClientError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object UseProxy extends Redirection

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Redirection
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
UseProxy.type
case object VariantAlsoNegotiates extends ServerError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ServerError
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Inherited 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

Value members

Concrete methods

def fromInt(code: Int): Status
def fromString(code: String): Option[Status]