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