3 references to ToFormattedErrorCode
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);