DefaultExceptionHandler

sttp.tapir.server.interceptor.exception.DefaultExceptionHandler
See theDefaultExceptionHandler companion object
case class DefaultExceptionHandler[F[_]](response: (StatusCode, String) => ValuedEndpointOutput[_]) extends ExceptionHandler[F]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ExceptionHandler[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product