case class HttpErrorInfo(origin: String) extends http.HttpErrorInfo with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpErrorInfo
- Serializable
- Product
- Equals
- HttpErrorInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HttpErrorInfo(origin: String)
Value Members
- val origin: String
- Definition Classes
- HttpErrorInfo → HttpErrorInfo
- def productElementNames: Iterator[String]
- Definition Classes
- Product
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.