7 references to PersistentErrorType
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (7)
Resolver\RetryTests.cs (7)
78
[InlineData(
PersistentErrorType
.NotImplemented)]
79
[InlineData(
PersistentErrorType
.Refused)]
80
[InlineData(
PersistentErrorType
.MalformedResponse)]
81
public async Task PersistentErrorsResponseCode_FailoverToNextServer(
PersistentErrorType
type)
95
case
PersistentErrorType
.NotImplemented:
99
case
PersistentErrorType
.Refused:
103
case
PersistentErrorType
.MalformedResponse: