@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 docs| Modifier and Type | Method and Description |
|---|---|
void |
handle(Context ctx) |
Copyright © 2021. All Rights Reserved.