object TerminationType
- Source
- MetricsOps.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TerminationType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
Abnormal(rootCause: Throwable) extends TerminationType with Product with Serializable
Signals just a generic abnormal termination
-
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
-
object
Canceled extends TerminationType with Product with Serializable
Signals cancelation
-
object
Timeout extends TerminationType with Product with Serializable
Signals a client timing out during a request