2 references to Error
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
641if (protocolError != Http3ErrorCode.NoError && (Http3ErrorCode)Error != protocolError) 643throw new InvalidOperationException($"Expected error code {protocolError}, got {(Http3ErrorCode)Error}.");