ErrorAction

org.http4s.server.middleware.ErrorAction$

Attributes

Source:
ErrorAction.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object httpApp

Attributes

Source:
ErrorAction.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
httpApp.type
object httpRoutes

Attributes

Source:
ErrorAction.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply[F[_] : ApplicativeThrow, G[_], B](k: Kleisli[F, Request[G], B], f: (Request[G], Throwable) => F[Unit]): Kleisli[F, Request[G], B]

Attributes

Source:
ErrorAction.scala
def log[F[_] : ApplicativeThrow, G[_], B](http: Kleisli[F, Request[G], B], messageFailureLogAction: (Throwable, => String) => F[Unit], serviceErrorLogAction: (Throwable, => String) => F[Unit]): Kleisli[F, Request[G], B]

Attributes

Source:
ErrorAction.scala