RejectHandler

sttp.tapir.server.interceptor.reject.RejectHandler$
See theRejectHandler companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[F[_]](f: Failure => F[Option[ValuedEndpointOutput[_]]]): RejectHandler[F]
def pure[F[_]](f: Failure => Option[ValuedEndpointOutput[_]]): RejectHandler[F]