VertxErrorHandler

sttp.tapir.server.vertx.VertxErrorHandler

Common error handler implementation for all Vertx interpreter classes.

Ends the response of the current routing context safely.

Value parameters

ex

exception that occurred during the interpreter call

rc

the routing context where the response shall be ended

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def handleError(rc: RoutingContext, ex: Throwable): Future[Void]