uk.gov.hmrc.http.HttpErrorFunctions
See theHttpErrorFunctions companion trait
object HttpErrorFunctions extends HttpErrorFunctions
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
HttpErrorFunctions.type
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- HttpErrorFunctions
Attributes
- Inherited from:
- HttpErrorFunctions
Attributes
- Inherited from:
- HttpErrorFunctions
Attributes
- Inherited from:
- HttpErrorFunctions
def handleResponseEither(httpMethod: String, url: String)(response: HttpResponse): Either[UpstreamErrorResponse, HttpResponse]
Attributes
- Inherited from:
- HttpErrorFunctions
def handleResponseEitherStream(httpMethod: String, url: String)(response: HttpResponse)(implicit mat: Materializer, errorTimeout: ErrorTimeout): Either[UpstreamErrorResponse, HttpResponse]
Attributes
- Inherited from:
- HttpErrorFunctions
Attributes
- Inherited from:
- HttpErrorFunctions
Attributes
- Inherited from:
- HttpErrorFunctions
Attributes
- Inherited from:
- HttpErrorFunctions
Attributes
- Inherited from:
- HttpErrorFunctions
Attributes
- Inherited from:
- HttpErrorFunctions
def upstreamResponseMessage(verbName: String, url: String, status: Int, responseBody: String): String
Attributes
- Inherited from:
- HttpErrorFunctions
In this article