error

views.html.defaultpages.error
object error extends BaseScalaTemplate[Appendable, Format[Appendable]]

Attributes

Graph
Supertypes
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
error.type

Members list

Value members

Concrete methods

def apply(error: UsefulException)(implicit request: RequestHeader): Appendable

Default page for 500 Internal Server Error responses, in production mode.

Default page for 500 Internal Server Error responses, in production mode.

Attributes

def f: UsefulException => RequestHeader => Appendable
def ref: this.type
def render(error: UsefulException, request: RequestHeader): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): Appendable

Attributes

Inherited from:
BaseScalaTemplate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product