All Downloads are FREE. Search and download functionalities are using the official Maven repository.

default.view.errors.default.html Maven / Gradle / Ivy

There is a newer version: 22.2.3
Show newest version
@*
*  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()
  • }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy