c

play.api.http

HttpErrorInfo

case class HttpErrorInfo(origin: String) extends http.HttpErrorInfo with Product with Serializable

Used as request attribute which gets attached to the request that gets passed to an error handler. Contains additional information useful for handling an error.

Annotations
@ApiMayChange()
Source
HttpErrorInfo.scala
Linear Supertypes
Serializable, Product, Equals, http.HttpErrorInfo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpErrorInfo
  2. Serializable
  3. Product
  4. Equals
  5. HttpErrorInfo
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HttpErrorInfo(origin: String)

Value Members

  1. val origin: String
    Definition Classes
    HttpErrorInfo → HttpErrorInfo
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product