sttp.tapir.server.interceptor.exception

Members list

Type members

Classlikes

case class DefaultExceptionHandler[F[_]](response: (StatusCode, String) => ValuedEndpointOutput[_]) extends ExceptionHandler[F]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ExceptionContext(e: Throwable, endpoint: AnyEndpoint, request: ServerRequest)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait ExceptionHandler[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class ExceptionInterceptor[F[_]](handler: ExceptionHandler[F]) extends EndpointInterceptor[F]

Attributes

Supertypes
trait Interceptor[F]
class Object
trait Matchable
class Any