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