OtelStatusCodeValue

org.typelevel.otel4s.semconv.experimental.attributes.OtelExperimentalAttributes.OtelStatusCodeValue
See theOtelStatusCodeValue companion class

Attributes

Companion
class
Source
OtelExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Error extends OtelStatusCodeValue

The operation contains an error.

The operation contains an error.

Attributes

Source
OtelExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Error.type
case object Ok extends OtelStatusCodeValue

The operation has been validated by an Application developer or Operator to have completed successfully.

The operation has been validated by an Application developer or Operator to have completed successfully.

Attributes

Source
OtelExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Ok.type