Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
server
/
elide.server.controller.builtin
/
ServerErrorController
/
handle
handle
@
Get
(
value
=
"/error/internal"
,
produces
=
[
"text/html"
]
)
@
Error
(
status
=
HttpStatus.INTERNAL_SERVER_ERROR
,
global
=
true
)
open
suspend override
fun
handle
(
request
:
HttpRequest
<
out
Any
>
)
:
RawResponse