Gone

zio.http.Status.Gone
case object Gone extends ClientError

Attributes

Graph
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

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Status

Attributes

Inherited from:
Status

Attributes

Inherited from:
Status

Attributes

Inherited from:
Status

Attributes

Inherited from:
Status

Attributes

Inherited from:
Status

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Returns a Response with empty data and no headers.

Returns a Response with empty data and no headers.

Attributes

Inherited from:
Status
def toRoutes(implicit trace: Trace): Routes[Any, Nothing]

Returns a Routes[Any, Nothing] that responses with this http status code.

Returns a Routes[Any, Nothing] that responses with this http status code.

Attributes

Inherited from:
Status

Concrete fields

override val code: Int

Returns the status code.

Returns the status code.

Attributes

Inherited fields

Attributes

Inherited from:
Status
lazy val text: String

Attributes

Inherited from:
Status