@FunctionalInterface public interface ErrorHandler extends Handler
Javalin.error(int, Handler)
.
Is triggered by [Context.status()
] codes at the end of the request lifecycle.Context
,
Error mapping in docsModifier and Type | Method and Description |
---|---|
void |
handle(io.javalin.http.Context ctx) |
Copyright © 2021. All Rights Reserved.