io.opentelemetry.proto.trace.v1.internal.Status Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-exporter-otlp-common Show documentation
Show all versions of opentelemetry-exporter-otlp-common Show documentation
OpenTelemetry Protocol Exporter
The 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 io.opentelemetry.proto.trace.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoEnumInfo;
import 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