Abnormal

org.http4s.metrics.TerminationType.Abnormal
case class Abnormal(rootCause: Throwable) extends TerminationType

Signals just a generic abnormal termination

Attributes

Source
MetricsOps.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product