All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.rocketmq.shaded.io.opentelemetry.proto.trace.v1.internal.Status Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: opentelemetry.proto.trace.v1.Status in opentelemetry/proto/trace/v1/trace.proto
package org.apache.rocketmq.shaded.io.opentelemetry.proto.trace.v1.internal;

import org.apache.rocketmq.shaded.io.opentelemetry.exporter.internal.marshal.ProtoEnumInfo;
import org.apache.rocketmq.shaded.io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;

public final class Status {
  public static final ProtoFieldInfo MESSAGE = ProtoFieldInfo.create(2, 18, "message");

  public static final ProtoFieldInfo CODE = ProtoFieldInfo.create(3, 24, "code");

  public static final class StatusCode {
    public static final ProtoEnumInfo STATUS_CODE_UNSET = ProtoEnumInfo.create(0, "STATUS_CODE_UNSET");

    public static final ProtoEnumInfo STATUS_CODE_OK = ProtoEnumInfo.create(1, "STATUS_CODE_OK");

    public static final ProtoEnumInfo STATUS_CODE_ERROR = ProtoEnumInfo.create(2, "STATUS_CODE_ERROR");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy