<PackageReference Include="OpenTelemetry.Api" Version="1.13.1" />

OpenTelemetry.Internal.StatusHelper

static class StatusHelper
namespace OpenTelemetry.Internal { internal static class StatusHelper { public const string UnsetStatusCodeTagValue = "UNSET"; public const string OkStatusCodeTagValue = "OK"; public const string ErrorStatusCodeTagValue = "ERROR"; public static string GetTagValueForStatusCode(StatusCode statusCode); public static StatusCode? GetStatusCodeForTagValue(string statusCodeTagValue); public static bool TryGetStatusCodeForTagValue(string statusCodeTagValue, out StatusCode statusCode); } }