Enum Status.StatusCode

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Status.StatusCode>
    Enclosing class:
    Status

    public static enum Status.StatusCode
    extends Enum<Status.StatusCode>
    implements com.google.protobuf.ProtocolMessageEnum
     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 Detail

      • 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;
    • Field Detail

      • STATUS_CODE_UNSET_VALUE

        public static final int STATUS_CODE_UNSET_VALUE
         The default status.
         
        STATUS_CODE_UNSET = 0;
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • STATUS_CODE_ERROR_VALUE

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

      • values

        public static Status.StatusCode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Status.StatusCode c : Status.StatusCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Status.StatusCode valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static Status.StatusCode valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static Status.StatusCode forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

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

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

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