3 references to ConnectionError
aspire (2)
Commands\TelemetryCommandHelpers.cs (2)
238TokenExchangeFailureKind.ConnectionError => new TelemetryErrorInfo( 718public static readonly TokenExchangeResult ConnectionError = new(false, null, TokenExchangeFailureKind.ConnectionError);
Aspire.Cli.Tests (1)
Commands\TelemetryCommandTests.cs (1)
456Assert.Equal(TokenExchangeFailureKind.ConnectionError, result.FailureKind);