uk.gov.hmrc.play.bootstrap.frontend.http
Members list
Type members
Classlikes
case class ApplicationException(result: Result, message: String) extends Exception
Attributes
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
abstract class FrontendErrorHandler extends HttpErrorHandler, I18nSupport
Attributes
- Supertypes
-
trait I18nSupporttrait I18NSupportLowPriorityImplicitstrait HttpErrorHandlerclass Objecttrait Matchableclass AnyShow all
Deprecated classlikes
abstract class LegacyFrontendErrorHandler extends HttpErrorHandler, I18nSupport
FrontendErrorHandler should be used instead, which supports asynchronous rendering and doesn't pretend to provide a Request (rather than RequestHeader), where no request body is available.
FrontendErrorHandler should be used instead, which supports asynchronous rendering and doesn't pretend to provide a Request (rather than RequestHeader), where no request body is available.
Attributes
- Deprecated
-
[Since version 9.0.0] - Supertypes
-
trait I18nSupporttrait I18NSupportLowPriorityImplicitstrait HttpErrorHandlerclass Objecttrait Matchableclass AnyShow all
In this article