ErrorAction

org.http4s.server.middleware.ErrorAction$
object ErrorAction

Attributes

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

Members list

Type members

Classlikes

object httpApp

Attributes

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

Attributes

Source
ErrorAction.scala
Supertypes
class Object
trait Matchable
class Any
Self type
httpRoutes.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