object HttpError
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class BadRequest(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
- implicit final class EitherHttpErrorListOps[A] extends AnyVal
- implicit final class EitherHttpErrorOps[A] extends AnyVal
- final case class FailedResponse(httpResponse: HttpResponse) extends HttpError with Product with Serializable
- final case class Forbidden(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
- final case class InternalServerError(httpResponse: HttpResponse) extends HttpError with Product with Serializable
- final case class InvalidUri(uriString: String, errorMessage: String) extends HttpError with Product with Serializable
- final case class MethodUnsupportedForFileUpload(httpRequest: HttpRequest) extends HttpError with Product with Serializable
- final case class MethodUnsupportedForMultipart(httpRequest: HttpRequest) extends HttpError with Product with Serializable
- final case class NotFound(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
- final case class RequestTimeout(httpResponse: HttpResponse) extends HttpError with Product with Serializable
- final case class ResponseBodyDecodingFailure(message: String, cause: Option[Throwable]) extends HttpError with Product with Serializable
- final case class Unauthorized(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
- final case class UnhandledThrowable(throwable: Throwable) extends HttpError with Product with Serializable
- final case class UnprocessableEntity(httpRequest: HttpRequest, httpResponse: HttpResponse) extends HttpError with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def badRequest(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def failedResponse(httpResponse: HttpResponse): HttpError
- def forbidden(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def internalServerError(httpResponse: HttpResponse): HttpError
- def invalidUri(uriString: String, errorMessage: String): HttpError
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def methodUnsupportedForFileUpload(httpRequest: HttpRequest): HttpError
- def methodUnsupportedForMultipart(httpRequest: HttpRequest): HttpError
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notFound(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def recoverFromOptional404[A](httpError: HttpError): Either[HttpError, Option[A]]
- def requestTimeout(httpResponse: HttpResponse): HttpError
- def responseBodyDecodingFailure(message: String, cause: Option[Throwable]): HttpError
-
implicit
def
show(implicit sbtLogLevel: DevOopsLogLevel): Show[HttpError]
- Annotations
- @SuppressWarnings()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toEmptyListIfNotFound[A](httpErrorOrA: Either[HttpError, List[A]]): Either[HttpError, List[A]]
- def toOptionIfNotFound[A](httpErrorOrA: Either[HttpError, Option[A]]): Either[HttpError, Option[A]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unauthorized(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
- def unhandledThrowable(throwable: Throwable): HttpError
- def unprocessableEntity(httpRequest: HttpRequest, httpResponse: HttpResponse): HttpError
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated