Packages

p

uk.gov.hmrc.api

controllers

package controllers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class DocumentationController extends BackendController
  2. case class ErrorGenericBadRequest(msg: String = "Bad Request") extends ErrorResponse with Product with Serializable
  3. abstract class ErrorResponse extends AnyRef
  4. trait HeaderValidator extends Results

Value Members

  1. case object ErrorAcceptHeaderInvalid extends ErrorResponse with Product with Serializable
  2. object ErrorGenericBadRequest extends Serializable
  3. case object ErrorInternalServerError extends ErrorResponse with Product with Serializable
  4. case object ErrorNotFound extends ErrorResponse with Product with Serializable
  5. object ErrorResponse
  6. case object ErrorUnauthorized extends ErrorResponse with Product with Serializable
  7. case object ErrorUnauthorizedLowCL extends ErrorResponse with Product with Serializable
  8. case object PreferencesSettingsError extends ErrorResponse with Product with Serializable

Ungrouped