TerminationType

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Abnormal(rootCause: Throwable) extends TerminationType

Signals just a generic abnormal termination

Signals just a generic abnormal termination

case object Canceled extends TerminationType

Signals cancelation

Signals cancelation

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

case object Timeout extends TerminationType

Signals a client timing out during a request

Signals a client timing out during a request

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror