ServerError

zio.http.Status.ServerError
sealed trait ServerError extends Error

Attributes

Graph
Supertypes
trait Error
trait Status
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

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

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

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Inherited fields

Attributes

Inherited from:
Status
lazy val text: String

Attributes

Inherited from:
Status

Inherited and Abstract fields

val code: Int

Returns the status code.

Returns the status code.

Attributes

Inherited from:
Status