HttpReadsEither

uk.gov.hmrc.http.HttpReadsEither

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def throwOnFailure[A](reads: HttpReads[Either[UpstreamErrorResponse, A]]): HttpReads[A]

Implicits

Implicits

implicit def readEitherOf[A : HttpReads]: HttpReads[Either[UpstreamErrorResponse, A]]