ErrorResponse

uk.gov.hmrc.api.controllers.ErrorResponse
See theErrorResponse companion object
abstract class ErrorResponse(val httpStatusCode: Int, val errorCode: String, val message: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete fields

val errorCode: String
val httpStatusCode: Int
val message: String