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

Type members

Classlikes

case class Abnormal(rootCause: Throwable) extends TerminationType

Signals just a generic abnormal termination

Signals just a generic abnormal termination

Attributes

Source
MetricsOps.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Canceled extends TerminationType

Signals cancelation

Signals cancelation

Attributes

Source
MetricsOps.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Canceled.type
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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