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