SpanStatus

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

Type members

Classlikes

case object Aborted extends SpanStatus
case object AlreadyExists extends SpanStatus
case object Cancelled extends SpanStatus
case object DataLoss extends SpanStatus
case object DeadlineExceeded extends SpanStatus
case object FailedPrecondition extends SpanStatus
case class Internal(message: String) extends SpanStatus
case object InvalidArgument extends SpanStatus
case object NotFound extends SpanStatus
case object Ok extends SpanStatus
case object OutOfRange extends SpanStatus
case object PermissionDenied extends SpanStatus
case object ResourceExhausted extends SpanStatus
case object Unauthenticated extends SpanStatus
case object Unavailable extends SpanStatus
case object Unimplemented extends SpanStatus
case object Unknown extends SpanStatus

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

Implicits

Implicits

implicit val eq: Eq[SpanStatus]
implicit val show: Show[SpanStatus]