TerminationType

org.http4s.metrics.TerminationType$
See theTerminationType companion trait

Attributes

Companion:
trait
Source:
MetricsOps.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Abnormal(rootCause: Throwable) extends TerminationType

Signals just a generic abnormal termination

Signals just a generic abnormal termination

Attributes

Source:
MetricsOps.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Canceled extends TerminationType

Signals cancelation

Signals cancelation

Attributes

Source:
MetricsOps.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
final case class Error(rootCause: Throwable) extends TerminationType

Signals an abnormal termination due to an error processing the request, either at the server or client side

Signals an abnormal termination due to an error processing the request, either at the server or client side

Attributes

Source:
MetricsOps.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Timeout extends TerminationType

Signals a client timing out during a request

Signals a client timing out during a request

Attributes

Source:
MetricsOps.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Timeout.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala