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

Value Members

  1. object Abnormal extends TerminationType with Product with Serializable

    Signals just a generic abnormal termination

  2. object Error extends TerminationType with Product with Serializable

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

  3. object Timeout extends TerminationType with Product with Serializable

    Signals a client timing out during a request