Response.doError

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void doError(ushort code, string body_, string contentype)
    class Response
    void
    doError
    (
    ushort code
    ,
    string body_ = ""
    ,
    string contentype = "text/html;charset=UTF-8"
    )
  2. void doError(ushort code, Throwable exception, string contentype)

Meta