Packages

object HttpError

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpError
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class BadRequest(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
  2. implicit final class EitherHttpErrorListOps[A] extends AnyVal
  3. implicit final class EitherHttpErrorOps[A] extends AnyVal
  4. final case class FailedResponse(httpResponse: HttpResponse) extends HttpError with Product with Serializable
  5. final case class Forbidden(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
  6. final case class InternalServerError(httpResponse: HttpResponse) extends HttpError with Product with Serializable
  7. final case class InvalidUri(uriString: String, errorMessage: String) extends HttpError with Product with Serializable
  8. final case class MethodUnsupportedForFileUpload(httpRequest: HttpRequest) extends HttpError with Product with Serializable
  9. final case class MethodUnsupportedForMultipart(httpRequest: HttpRequest) extends HttpError with Product with Serializable
  10. final case class NotFound(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
  11. final case class RequestTimeout(httpResponse: HttpResponse) extends HttpError with Product with Serializable
  12. final case class ResponseBodyDecodingFailure(message: String, cause: Option[Throwable]) extends HttpError with Product with Serializable
  13. final case class Unauthorized(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
  14. final case class UnhandledThrowable(throwable: Throwable) extends HttpError with Product with Serializable
  15. final case class UnprocessableEntity(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def badRequest(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def failedResponse(httpResponse: HttpResponse): HttpError
  10. def forbidden(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def internalServerError(httpResponse: HttpResponse): HttpError
  14. def invalidUri(uriString: String, errorMessage: String): HttpError
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def methodUnsupportedForFileUpload(httpRequest: HttpRequest): HttpError
  17. def methodUnsupportedForMultipart(httpRequest: HttpRequest): HttpError
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def notFound(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def recoverFromOptional404[A](httpError: HttpError): Either[HttpError, Option[A]]
  23. def requestTimeout(httpResponse: HttpResponse): HttpError
  24. def responseBodyDecodingFailure(message: String, cause: Option[Throwable]): HttpError
  25. implicit def show(implicit sbtLogLevel: DevOopsLogLevel): Show[HttpError]
    Annotations
    @SuppressWarnings()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toEmptyListIfNotFound[A](httpErrorOrA: Either[HttpError, List[A]]): Either[HttpError, List[A]]
  28. def toOptionIfNotFound[A](httpErrorOrA: Either[HttpError, Option[A]]): Either[HttpError, Option[A]]
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def unauthorized(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
  31. def unhandledThrowable(throwable: Throwable): HttpError
  32. def unprocessableEntity(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped