EndpointError

zio.http.api.EndpointError$
See theEndpointError companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

sealed trait ClientError extends EndpointError

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
final case class MalformedHeader(headerName: String, textCodec: TextCodec[_]) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MalformedMethod(methodName: String, textCodec: TextCodec[_]) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MalformedQueryParam(queryParamName: String, textCodec: TextCodec[_]) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MalformedRequestBody(api: EndpointSpec[_, _]) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MalformedResponseBody(message: String, api: EndpointSpec[_, _]) extends ClientError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MalformedRoute(path: Path, segment: Segment, textCodec: TextCodec[_]) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MalformedStatus(status: String, textCodec: TextCodec[_]) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MissingHeader(headerName: String) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MissingQueryParam(queryParamName: String) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class NotFound(message: String, api: EndpointSpec[_, _]) extends ClientError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class PathTooShort(path: Path, textCodec: TextCodec[_]) extends ServerError

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
sealed trait ServerError extends EndpointError

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror