ExceptionHandler

sttp.tapir.server.interceptor.exception.ExceptionHandler
See theExceptionHandler companion object
trait ExceptionHandler[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def apply(ctx: ExceptionContext)(implicit monad: MonadError[F]): F[Option[ValuedEndpointOutput[_]]]