RejectHandler

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

Attributes

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

Members list

Value members

Concrete methods

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