HttpError

object HttpError
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class BadGateway(msg: String) extends HttpError
final case class BadRequest(msg: String) extends HttpError
final case class Conflict(msg: String) extends HttpError
final case class Custom(code: Int, reason: String) extends HttpError
final case class ExpectationFailed(msg: String) extends HttpError
final case class FailedDependency(msg: String) extends HttpError
final case class Forbidden(msg: String) extends HttpError
final case class GatewayTimeout(msg: String) extends HttpError
final case class Gone(msg: String) extends HttpError
sealed abstract class HTTPErrorWithCause(status: Status, msg: String) extends HttpError
final case class HttpVersionNotSupported(msg: String) extends HttpError
final case class InsufficientStorage(msg: String) extends HttpError
final case class InternalServerError(msg: String, cause: Option[Throwable]) extends HTTPErrorWithCause
final case class LengthRequired(msg: String) extends HttpError
final case class Locked(msg: String) extends HttpError
final case class MethodNotAllowed(msg: String) extends HttpError
final case class MisdirectedRequest(msg: String) extends HttpError
final case class NetworkAuthenticationRequired(msg: String) extends HttpError
final case class NotAcceptable(msg: String) extends HttpError
final case class NotExtended(msg: String) extends HttpError
final case class NotFound(path: String) extends HttpError
final case class NotImplemented(msg: String) extends HttpError
final case class PaymentRequired(msg: String) extends HttpError
final case class PreconditionFailed(msg: String) extends HttpError
final case class PreconditionRequired(msg: String) extends HttpError
final case class ProxyAuthenticationRequired(msg: String) extends HttpError
final case class RequestEntityTooLarge(msg: String) extends HttpError
final case class RequestHeaderFieldsTooLarge(msg: String) extends HttpError
final case class RequestTimeout(msg: String) extends HttpError
final case class RequestUriTooLong(msg: String) extends HttpError
final case class RequestedRangeNotSatisfiable(msg: String) extends HttpError
final case class ServiceUnavailable(msg: String) extends HttpError
final case class TooManyRequests(msg: String) extends HttpError
final case class Unauthorized(msg: String) extends HttpError
final case class UnorderedCollection(msg: String) extends HttpError
final case class UnprocessableEntity(msg: String) extends HttpError
final case class UnsupportedMediaType(msg: String) extends HttpError
final case class UpgradeRequired(msg: String) extends HttpError
final case class VariantAlsoNegotiates(msg: String) extends HttpError

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods