default.view.errors.default.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-web Show documentation
Show all versions of sirius-web Show documentation
Provides a modern and scalable web server as SIRIUS module
@*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*@
@args io.netty.handler.codec.http.HttpResponseStatus status, String message
Error - @status.code()
@status.reasonPhrase()
@message
Diagnostic:
- node: @ctx.getNodeName()
- duration: @ctx.getWatch().duration()
@for(sirius.kernel.commons.Tuple t : ctx.getMDC()) {
-
@t.getFirst(): @t.getSecond()
}