4 references to ToFormattedErrorCode
InMemory.FunctionalTests (1)
Http3\Http3StreamTests.cs (1)
1121CoreStrings.FormatHttp3StreamResetByApplication(Http3Formatting.ToFormattedErrorCode(Http3ErrorCode.RequestCancelled)));
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3ConnectionErrorException.cs (1)
11: base($"HTTP/3 connection error ({Http3Formatting.ToFormattedErrorCode(errorCode)}): {message}")
Internal\Http3\Http3Stream.FeatureCollection.cs (1)
57var message = CoreStrings.FormatHttp3StreamResetByApplication(Http3Formatting.ToFormattedErrorCode((Http3ErrorCode)errorCode));
Internal\Infrastructure\KestrelTrace.Http3.cs (1)
32Http3Log.Http3StreamAbort(_http3Logger, traceIdentifier, Http3Formatting.ToFormattedErrorCode(error), abortReason);