Packages

object TerminationType

Source
MetricsOps.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TerminationType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Abnormal(rootCause: Throwable) extends TerminationType with Product with Serializable

    Signals just a generic abnormal termination

  2. case class Error(rootCause: Throwable) extends TerminationType with Product with Serializable

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

Value Members

  1. object Canceled extends TerminationType with Product with Serializable

    Signals cancelation

  2. object Timeout extends TerminationType with Product with Serializable

    Signals a client timing out during a request