2 writes to ErrorMessage
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (2)
663ErrorMessage = other.ErrorMessage; 716ErrorMessage = input.ReadString();
12 references to ErrorMessage
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (10)
577if (ErrorMessage != other.ErrorMessage) return false; 586if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); 627if (ErrorMessage.Length != 0) { 629output.WriteString(ErrorMessage); 644if (ErrorMessage.Length != 0) { 645size += 1 + pb::CodedOutputStream.ComputeStringSize(ErrorMessage); 662if (other.ErrorMessage.Length != 0) { 663ErrorMessage = other.ErrorMessage;
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
929if (response.PartialSuccess is not null && (response.PartialSuccess.RejectedDataPoints > 0 || !string.IsNullOrEmpty(response.PartialSuccess.ErrorMessage))) 934ErrorMessage = response.PartialSuccess.ErrorMessage