ErrorHandling
org.http4s.server.middleware.ErrorHandling
object ErrorHandling
Attributes
- Source
- ErrorHandling.scala
- Graph
-
- Supertypes
- Self type
-
ErrorHandling.type
Members list
Type members
Classlikes
object Custom
Attributes
- Source
- ErrorHandling.scala
- Supertypes
- Self type
-
Custom.type
object Recover
Attributes
- Source
- ErrorHandling.scala
- Supertypes
- Self type
-
Recover.type
Value members
Concrete methods
def apply[F[_] : LoggerFactory, G[_]](k: Kleisli[F, Request[G], Response[G]])(implicit evidence$1: LoggerFactory[F], F: MonadThrow[F]): Kleisli[F, Request[G], Response[G]]
Attributes
- Source
- ErrorHandling.scala
Attributes
- Source
- ErrorHandling.scala
Attributes
- Source
- ErrorHandling.scala
In this article