Enum Class Status.StatusCode

java.lang.Object
java.lang.Enum<Status.StatusCode>
io.opentelemetry.proto.trace.v1.Status.StatusCode
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Status.StatusCode>, Constable
Enclosing class:
Status

public static enum Status.StatusCode extends Enum<Status.StatusCode> implements com.google.protobuf.Internal.EnumLite
 For the semantics of status codes see
 https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status
 
Protobuf enum opentelemetry.proto.trace.v1.Status.StatusCode
  • Enum Constant Details

    • STATUS_CODE_UNSET

      public static final Status.StatusCode STATUS_CODE_UNSET
       The default status.
       
      STATUS_CODE_UNSET = 0;
    • STATUS_CODE_OK

      public static final Status.StatusCode STATUS_CODE_OK
       The Span has been validated by an Application developer or Operator to
       have completed successfully.
       
      STATUS_CODE_OK = 1;
    • STATUS_CODE_ERROR

      public static final Status.StatusCode STATUS_CODE_ERROR
       The Span contains an error.
       
      STATUS_CODE_ERROR = 2;
    • UNRECOGNIZED

      public static final Status.StatusCode UNRECOGNIZED
  • Field Details

    • STATUS_CODE_UNSET_VALUE

      public static final int STATUS_CODE_UNSET_VALUE
       The default status.
       
      STATUS_CODE_UNSET = 0;
      See Also:
    • STATUS_CODE_OK_VALUE

      public static final int STATUS_CODE_OK_VALUE
       The Span has been validated by an Application developer or Operator to
       have completed successfully.
       
      STATUS_CODE_OK = 1;
      See Also:
    • STATUS_CODE_ERROR_VALUE

      public static final int STATUS_CODE_ERROR_VALUE
       The Span contains an error.
       
      STATUS_CODE_ERROR = 2;
      See Also:
  • Method Details

    • values

      public static Status.StatusCode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Status.StatusCode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static Status.StatusCode valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static Status.StatusCode forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Status.StatusCode> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()