HttpException
uk.gov.hmrc.http.HttpException
class HttpException(val message: String, val responseCode: Int) extends Exception
Represents an error occuring within the service itself. See UpstreamErrorResponse for errors returned from Upstream services.
Attributes
- Graph
-
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class BadGatewayExceptionclass BadRequestExceptionclass ConflictExceptionclass ForbiddenExceptionclass GatewayTimeoutExceptionclass GoneExceptionclass InternalServerExceptionclass LengthRequiredExceptionclass LockedExceptionclass NotAcceptableExceptionclass NotFoundExceptionclass NotImplementedExceptionclass PaymentRequiredExceptionclass RequestTimeoutExceptionclass TooManyRequestExceptionclass UnauthorizedException
Members list
In this article